diff options
author | Ponnuvel Palaniyappan <pponnuvel@gmail.com> | 2023-04-26 18:29:07 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-04-27 13:38:02 -0400 |
commit | 8d4dd392eac64c2793987043c7f2f50adc52d4db (patch) | |
tree | aa194530207daff03102757369c4f9b0f0771f17 | |
parent | 0097a99fdf0501dde8ba334df34b1d4a8a3650d5 (diff) | |
download | sos-8d4dd392eac64c2793987043c7f2f50adc52d4db.tar.gz |
[ceph]: dump mon's config database
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
-rw-r--r-- | sos/report/plugins/ceph_mon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/ceph_mon.py b/sos/report/plugins/ceph_mon.py index 10cff489..b8dc8b8a 100644 --- a/sos/report/plugins/ceph_mon.py +++ b/sos/report/plugins/ceph_mon.py @@ -76,6 +76,7 @@ class CephMON(Plugin, RedHatPlugin, UbuntuPlugin): "ceph features", "ceph insights", "ceph crash stat", + "ceph config dump", "ceph config log", "ceph config generate-minimal-conf", "ceph config-key dump", |