diff options
-rw-r--r-- | sos/plugins/ceph.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py index e06d8ea1..dc2f5079 100644 --- a/sos/plugins/ceph.py +++ b/sos/plugins/ceph.py @@ -67,7 +67,9 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): "ceph pg dump", "ceph health detail --format json-pretty", "ceph osd crush show-tunables", - "ceph-disk list" + "ceph-disk list", + "ceph versions", + "ceph osd crush dump" ]) self.add_forbidden_path([ |