Blame SOURCES/sos-bz1888012-stratis-new-feature-output.patch

bffc8a
From 22b19739d94f0a40fb8dfd3236e63991a0c027b9 Mon Sep 17 00:00:00 2001
bffc8a
From: Pavel Moravec <pmoravec@redhat.com>
bffc8a
Date: Wed, 14 Oct 2020 08:33:28 +0200
bffc8a
Subject: [PATCH] [stratis] Collect key list and report engine
bffc8a
bffc8a
Required for troubleshooting Stratis-engine v. 2.1.0.
bffc8a
bffc8a
Resolves: #2274
bffc8a
Closes: #2273
bffc8a
bffc8a
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
bffc8a
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
bffc8a
---
bffc8a
 sos/report/plugins/stratis.py | 5 ++++-
bffc8a
 1 file changed, 4 insertions(+), 1 deletion(-)
bffc8a
bffc8a
diff --git a/sos/report/plugins/stratis.py b/sos/report/plugins/stratis.py
bffc8a
index b6071d32..a41c9476 100644
bffc8a
--- a/sos/report/plugins/stratis.py
bffc8a
+++ b/sos/report/plugins/stratis.py
bffc8a
@@ -24,8 +24,11 @@ class Stratis(Plugin, RedHatPlugin):
bffc8a
             'pool list',
bffc8a
             'filesystem list',
bffc8a
             'blockdev list',
bffc8a
+            'key list',
bffc8a
             'daemon redundancy',
bffc8a
-            'daemon version'
bffc8a
+            'daemon version',
bffc8a
+            'report engine_state_report',
bffc8a
+            '--version',
bffc8a
         ]
bffc8a
 
bffc8a
         self.add_cmd_output(["stratis %s" % subcmd for subcmd in subcmds])
bffc8a
-- 
bffc8a
2.26.2
bffc8a