Bug #13887
closedOption description for "File download (Rudder server)" technique is misleading
Description
'File download (Rudder server)' technique lets you copy things from `/var/rudder/configuration-repository/shared-files/` to somewhere else.
You have three option to choose what to copy:
- Only this file
- The whole content of the folder
- The folder, its content, and all the subfolders
What I undestand, if I have:
.../configuration-repository/shared-files/ └── dir ├── dir2 │ └── foo.txt └── hollymolly.txt
And that I set "dir" in source path, "/tmp" in destination path, is that the content will be:
- Only this file
/tmp/ └── dir/
But it actually does nothing.
- The whole content of the folder
/tmp/ ├── dir2 (empty) └── hollymolly.txt
And it's that!
- The folder, its content, and all the subfolders
/tmp/ └── dir ├── dir2 │ └── foo.txt └── hollymolly.txt
But it actually skips "dir" (only content is copied)
Moreover, folder is used a couple of time, when `directory` is used in (many more) other places.
Change into:
- Only this file (or nothing for a directory)
- The direct content of the directory (one level)
- The whole content of the directory (recursively)
(and: Apply the sticky bit to the whole folder? (caution, use with care) => Apply the sticky bit to the whole directory? (caution, use with care)
(even so, that does not seems very consistent. Why the sub-directory is created in second case if skipped in the first? But it can be ok)
Updated by François ARMAND about 6 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1374
Updated by François ARMAND about 6 years ago
- Subject changed from Option descrition for "dowload for shared files" is mileading and mixed use of folder/directory to Option description for "dowload for shared files" is mileading and mixed use of folder/directory
Updated by Rudder Quality Assistant about 6 years ago
- Assignee changed from Alexis Mousset to François ARMAND
Updated by François ARMAND about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|2bf9f07b5b50e6be5316ee1db7b78efdaaac2db5.
Updated by Vincent MEMBRÉ almost 6 years ago
- Subject changed from Option description for "dowload for shared files" is mileading and mixed use of folder/directory to Option description for "File download (Rudder server)" technique is misleading
Updated by Vincent MEMBRÉ almost 6 years ago
- Status changed from Pending release to Released