You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
In the plugin stratis.py (sos/report/plugins/stratis.py.)
Stratis (https://github.com/stratis-storage/), version 2.1.0 has a new pool encryption feature and report of the engine state, which should be added to sos.
The new additions to the stratis.py file should be:
"stratis key list" - collect a list of key descriptions
"stratis report engine_state_report" - collect the current state of Stratis' engine
Also, the version of the cli should be added.
"stratis --version" - collect the version of stratis-cli
The text was updated successfully, but these errors were encountered:
Can definitely add these. One question, for stratis key list is there any iteration we should be doing to get detailed information for each key listed?
Required for troubleshooting Stratis-engine v. 2.1.0.
Resolves: sosreport#2274Closes: sosreport#2273
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
In the plugin stratis.py (sos/report/plugins/stratis.py.)
Stratis (https://github.com/stratis-storage/), version 2.1.0 has a new pool encryption feature and report of the engine state, which should be added to sos.
The new additions to the stratis.py file should be:
"stratis key list" - collect a list of key descriptions
"stratis report engine_state_report" - collect the current state of Stratis' engine
Also, the version of the cli should be added.
"stratis --version" - collect the version of stratis-cli
The text was updated successfully, but these errors were encountered: