-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Fix bug where all CONT_PROP_SET RPCs were sent directly to ds_cont_op_hdlr instead of using the custom set_prop handler that detected server vs. client RPCs. ds_cont_op_hdlr now detects server RPCs and calls the appropriate handler. - Add CONT_PROP_SET_BYLABEL RPC to allow for container label usage via dmg (without pool/cont handles). - Update dmg cont set-owner command to accept positional arguments and allow either UUIDs or labels. Signed-off-by: Kris Jacque <[email protected]>
- Loading branch information
Showing
34 changed files
with
628 additions
and
672 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
Oops, something went wrong.