diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2015-07-02 13:10:31 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-07-03 15:56:12 +0100 |
commit | 696f3c605c5d6b0cb8c0703635401991bc7af934 (patch) | |
tree | 7187bcad450cf943b24c7648ef85f72d2fcdc015 | |
parent | 24ecc933d109c0eba120b434d08aa560e9a56869 (diff) | |
download | sos-696f3c605c5d6b0cb8c0703635401991bc7af934.tar.gz |
[ceph] add calamari-server and librados2 to the package list
Enable ceph plugin also by either calamari-server or librados2
package.
This ensures Calamari and Rados log collection is effective
regardless of which packages are installed on a given system.
This is a temporary solution until rados is split from the ceph
package.
Resolves: #496
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-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): |