Skip to content
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

zfs_delegate_admin: add diff,hold,release to list of permissions #278

Merged
merged 1 commit into from
May 5, 2020

Conversation

lotheac
Copy link
Contributor

@lotheac lotheac commented May 5, 2020

Moved from ansible/ansible#64562

SUMMARY

zfs_delegate_admin module has a whitelist of zfs permissions that it can manage. 'hold', 'release', and 'diff' are missing, so add them (in theory this list should also include all properties, but hold/release fix my immediate problem :)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

zfs_delegate_admin module

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added affects_2.10 bug This issue/PR relates to a bug module module new_contributor Help guide this first time contributor labels May 5, 2020
Copy link
Contributor

@Andersson007 Andersson007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for the PR!
Please add a changelog fragment https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs-how-to
Something like:

bugfixes:
- zfs_delegate_admin - add missed choices ... ... ... to the permissions parameter (https://github.com/ansible-collections/community.general/pull/278).

or maybe minor_changes instead of bugfixes, e.g. if these options were introduce recently.

@ansibullbot ansibullbot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR and removed community_review labels May 5, 2020
Copy link
Contributor

@Andersson007 Andersson007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ansibullbot ansibullbot added community_review and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels May 5, 2020
@Andersson007 Andersson007 merged commit 75107c8 into ansible-collections:master May 5, 2020
@Andersson007
Copy link
Contributor

@lotheac thank you for the PR!

@Andersson007
Copy link
Contributor

merged into master

@sriccio
Copy link

sriccio commented May 5, 2020

Thank you!

@felibb
Copy link

felibb commented Jun 9, 2020

Maybe a dumb question, but how will this find its way back into ansible repository now? I asked here ansible/ansible#69945, but was told that is it "up to the author of the PR, or any other concerned user to submit backport PRs" to ansible repository.

@felixfontein
Copy link
Collaborator

@felibb someone has to create a backport of this PR for ansible/ansible's stable-2.9 branch. The general procedure is described here: https://docs.ansible.com/ansible/devel/community/development_process.html#backporting-merged-prs except that it isn't that simple anymore, since you cannot simply cherry-pick this commit (it's in the wrong repo etc.). You would have to manually re-create an equivalent commit.

@felibb
Copy link

felibb commented Jun 9, 2020

@felixfontein I see. So if this module was moved out of ansible main repo into the current one, what is the general idea going forward? How could users obtain any new fixes and features provided by these modules in the current repo? Again, sorry if this is a dumb question, but both replies combined confused me further.

@lotheac
Copy link
Contributor Author

lotheac commented Jun 9, 2020 via email

@felixfontein
Copy link
Collaborator

felixfontein commented Jun 9, 2020

@felibb @lotheac please see https://github.com/ansible-collections/overview/blob/master/status.rst (and the documents linked there) for details on how development of Ansible and collections continues, and how the modules will be included in future Ansible releases (short version: ansible/ansible is ansible-base, and the ansible Python package will be ansible-base + a set of collections, including this one).

@lotheac
Copy link
Contributor Author

lotheac commented Jun 9, 2020 via email

@felibb
Copy link

felibb commented Jun 9, 2020

@felixfontein thanks for the doc.

@lotheac thanks for backport PR!

@lotheac lotheac deleted the master branch May 17, 2021 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug module module new_contributor Help guide this first time contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants