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 0bfdbe08..e9db4c6b 100644 --- a/sos/plugins/ceph.py +++ b/sos/plugins/ceph.py @@ -31,7 +31,9 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): 'ceph-mds', 'ceph-common', 'libcephfs1', - 'ceph-fs-common' + 'ceph-fs-common', + 'calamari-server', + 'librados2' ) def setup(self): |