Skip to content

Commit

Permalink
[ceph_mon] Add json output for 'ceph config dump'
Browse files Browse the repository at this point in the history
Related: RHEL-70689

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill authored and arif-ali committed Dec 10, 2024
1 parent f8fd50e commit 678ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/ceph_mon.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def setup(self):
# The ceph_mon plugin will collect all the "ceph ..." commands
# which typically require the keyring.

"ceph config dump",
"ceph config generate-minimal-conf",
"ceph config log",
"ceph config-key dump",
Expand Down Expand Up @@ -145,6 +144,7 @@ def setup(self):
self.add_cmd_output(f"ceph crash info {cid}")

ceph_cmds = [
"config dump",
"device ls",
"df detail",
"df",
Expand Down

0 comments on commit 678ea65

Please sign in to comment.