-
Notifications
You must be signed in to change notification settings - Fork 137
Ingest Tarball now with modifiyable ownership #3362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingest Tarball now with modifiyable ownership #3362
Conversation
Issue #3073 |
linter finished with errors:
|
@cernvm-bot cloudtest |
ps. there might be some issues with the bash?
and
|
building for cloudtests finished: SUCCESS |
cloudtests finished: FAILURE |
@cernvm-bot unittest |
@cernvm-bot help |
Syntax: @cernvm-bot subcommand + [args] |
@cernvm-bot tidy |
@cernvm-bot cloudtest |
building for cloudtests finished: SUCCESS |
cloudtests finished: SUCCESS |
@cernvm-bot tidy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
cvmfs_ingest
has now 3 new command parameters to control ownership of files ingested:group
can only be applied if alsouser
is given.if
keep-ownership
is set, neitheruser
orgroup
can be setdefault behavior is to set the new owner to be the cvmfs repo owner
this ownership change only affects files, not directories. directories are always owned by the cvmfs repo owner.
(not sure if we want this.. but there the mechanics for it seems to be not in easy to reach places)
for the
swissknife ingest
command the new params are (no check is done if they are valid):