forked from daos-stack/daos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-2061 tools: Add container overwrite-acl command (daos-stack#1803)
This command allows a user with a RW container handle to completely replace the container ACL with a new one. On success, the tool fetches the new ACL and displays it for confirmation. - Add the daos cont overwrite-acl command. - Update the daos tool help to cover overwrite-acl, as well as get-acl, which was previously missed. - Add daos_cont_overwrite_acl() to client API. This is just a wrapper around daos_cont_set_prop(). Signed-off-by: Kris Jacque <[email protected]>
- Loading branch information
Showing
6 changed files
with
312 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.