-
Notifications
You must be signed in to change notification settings - Fork 24k
A module for managing ZFS admin privileges #19240
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
A module for managing ZFS admin privileges #19240
Conversation
Migrated from ansible/ansible-modules-extras#791 |
@natefoo you might also want to move this module to storage/zfs, so all ZFS related modules are displayed in its own category in the documentation, which helps a lot when referring to documentation. |
@AugustusKling @rosmo @mcv21 @DavidWittman @mulby @srvg @abulimov @dsummersl @EvanK @goozbach @nibalizer @groks @LinusU @risaacson @dagwieers @dougluce @tmshn @jasperla @saito-hideki @jhoekx @mscherer @matze @maxamillion @davixx @ovcharenko @pyykkis @pmarkham @stygstra @dankeder As a maintainer of a module in the same namespace this new module has been submitted to, your vote counts for shipits. Please review this module and add |
I don't know if it's required, but some modules have E.g.; |
@dagwieers @Akasurde could you re-review this please? |
version of ZFS (on a 2016 version of illumos) will have a single space in the user or group column if the name can't be resolved by the system's name services).
@dagwieers @Akasurde re-ping |
All remarks have been dealt with.
rebuild_merge |
This one has been in the queue for too long, and only minor changes are needed. |
@dagwieers Please don't merge PRs that have not passed tests or are failing tests. If fixes need to be made, they need to be done as part of the PR before merging. If that's not possible, close the original PR and open a new one with the original work plus the necessary fixes. |
Examples need updating to include, |
@gundalow This was done in the subsequent PR. The author did not allow me to add commits to this PR. |
SUMMARY
This module manages ZFS's administrative privileges.
ISSUE TYPE
COMPONENT NAME
zfs_delegate_admin
ANSIBLE VERSION
ADDITIONAL INFORMATION
Implements support for the
zfs allow
andzfs unallow
commands, which delegate ZFS administrative privileges (such as the ability tosend
,recv
, orcreate
) on specific ZFS datasets or filesystems to unprivileged users.