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

Run cephadm_pool task as sudo #170

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

keuko
Copy link
Contributor

@keuko keuko commented Jan 3, 2025

The cephadm_pool Ansible module
now explicitly uses become: true to ensure
it is executed with elevated privileges.

This change is necessary because cephadm
requires sudo permissions to manage Ceph pools.

Resolves #169

The `cephadm_pool` Ansible module
now explicitly uses `become: true` to ensure
it is executed with elevated privileges.

This change is necessary because `cephadm`
requires sudo permissions to manage Ceph pools.

Resolves stackhpc#169
@keuko keuko requested a review from a team as a code owner January 3, 2025 15:08
@mnasiadka mnasiadka merged commit b383807 into stackhpc:master Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure pools are defined not running as become
2 participants