diff options
-rw-r--r-- | sos/plugins/ceph.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py index ed6816b2..e06d8ea1 100644 --- a/sos/plugins/ceph.py +++ b/sos/plugins/ceph.py @@ -56,6 +56,8 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): "ceph osd stat", "ceph osd dump", "ceph mon stat", + "ceph mon_status", + "ceph quorum_status", "ceph mon dump", "ceph df", "ceph report", |