aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Castillo <jcastillo@redhat.com>2024-03-11 20:06:17 +0000
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-03-12 11:26:35 -0400
commit0022500d0fbd10b4c8e45a432693b98d8971a988 (patch)
treef93f7cdc57460f761bacf9b440e801e0f0385bdb
parentcbecc160eccf6a530e10d6cd78542c9f2666da06 (diff)
downloadsos-0022500d0fbd10b4c8e45a432693b98d8971a988.tar.gz
[ceph_mon] Capture ceph health detail in plain text
Currently we capture the output of 'ceph health detail' in json format only, but we need plain text output as well. Related: RH RHEL-27525 Signed-off-by: Jose Castillo <jcastillo@redhat.com>
-rw-r--r--sos/report/plugins/ceph_mon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/ceph_mon.py b/sos/report/plugins/ceph_mon.py
index 8a41d463..3a7cc130 100644
--- a/sos/report/plugins/ceph_mon.py
+++ b/sos/report/plugins/ceph_mon.py
@@ -92,6 +92,7 @@ class CephMON(Plugin, RedHatPlugin, UbuntuPlugin):
"ceph config-key dump",
"ceph crash stat",
"ceph features",
+ "ceph health detail",
"ceph insights",
"ceph log last 10000 debug audit",
"ceph log last 10000 debug cluster",