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