diff options
author | Brad Hubbard <bhubbard@redhat.com> | 2019-12-10 08:22:55 +1000 |
---|---|---|
committer | Bryan Quigley <bryan.quigley@canonical.com> | 2019-12-12 12:34:00 -0800 |
commit | 018190134e2347e8231549569826ef804d8b6285 (patch) | |
tree | 4c47c0a65d23d7849a5c2287dc0054829e9ff196 | |
parent | e10473db802125d261092a6d1d1474fcca10f509 (diff) | |
download | sos-018190134e2347e8231549569826ef804d8b6285.tar.gz |
[ceph] Add 'ceph insights' command output
This change adds the output of the recently added 'ceph insights'
command.
Resolves: #1888
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
-rw-r--r-- | sos/plugins/ceph.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py index 0c0f71c8..610fd0af 100644 --- a/sos/plugins/ceph.py +++ b/sos/plugins/ceph.py @@ -67,6 +67,7 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): "ceph osd crush show-tunables", "ceph-disk list", "ceph versions", + "ceph insights", "ceph osd crush dump", "ceph -v", "ceph-volume lvm list" |