Blame SOURCES/sos-bz1783034-ceph-insights.patch

1b1872
From f205f3aebeff8041fae6357727f9514f7e85157b Mon Sep 17 00:00:00 2001
1b1872
From: Brad Hubbard <bhubbard@redhat.com>
1b1872
Date: Tue, 10 Dec 2019 08:22:55 +1000
1b1872
Subject: [PATCH] [ceph] Add 'ceph insights' command output
1b1872
1b1872
This change adds the output of the recently added 'ceph insights'
1b1872
command.
1b1872
1b1872
Resolves: #1888
1b1872
1b1872
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
1b1872
---
1b1872
 sos/plugins/ceph.py | 1 +
1b1872
 1 file changed, 1 insertion(+)
1b1872
1b1872
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py
1b1872
index 43284bc82..2936aaa96 100644
1b1872
--- a/sos/plugins/ceph.py
1b1872
+++ b/sos/plugins/ceph.py
1b1872
@@ -69,6 +69,7 @@ class Ceph(Plugin, RedHatPlugin, UbuntuP
1b1872
             "ceph osd crush show-tunables",
1b1872
             "ceph-disk list",
1b1872
             "ceph versions",
1b1872
+            "ceph insights",
1b1872
             "ceph osd crush dump"
1b1872
         ])
1b1872