aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Kshirsagar <nikhil.kshirsagar@canonical.com>2023-01-11 07:47:49 +0000
committerJake Hunsaker <jhunsake@redhat.com>2023-01-11 09:36:46 -0500
commitca8a8a7b9f452a81c5654234918b99092620bf13 (patch)
tree814b7338549c8466cf314591d400e34203e59b5a
parentdff2d9f3cdee95aee06d03744aec3cd5202d903c (diff)
downloadsos-ca8a8a7b9f452a81c5654234918b99092620bf13.tar.gz
[ceph_mon] collect mon status on octopus
Signed-off-by: Nikhil Kshirsagar <nikhil.kshirsagar@canonical.com>
-rw-r--r--sos/report/plugins/ceph_mon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/report/plugins/ceph_mon.py b/sos/report/plugins/ceph_mon.py
index 81d3cb12..f281dc6d 100644
--- a/sos/report/plugins/ceph_mon.py
+++ b/sos/report/plugins/ceph_mon.py
@@ -164,7 +164,7 @@ class CephMON(Plugin, RedHatPlugin, UbuntuPlugin):
def get_ceph_ids(self):
ceph_ids = []
# ceph version 14 correlates to RHCS 4
- if self.ceph_version == 14:
+ if self.ceph_version == 14 or self.ceph_version == 15:
# Get the ceph user processes
out = self.exec_cmd('ps -u ceph -o args')