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

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