-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
library: fix a bug in ceph_config module
`ceph config get` doesn't allow getting value when entity is 'global' so it makes the module fail. Indeed, the module first tries to get the current value of the option for idempotency concern. The idea is to check in `ceph config dump` instead. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2188319 Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit b28fe12)
- Loading branch information
Showing
1 changed file
with
34 additions
and
14 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