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