-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debug command to get filesystem metadata #1089
Add debug command to get filesystem metadata #1089
Conversation
36bdc53
to
dfc2108
Compare
Signed-off-by: mulhern <[email protected]>
a886c88
to
c68e7d5
Compare
@drckeefe @bmr-cymru Please take a look and let me know if you feel satisfied w/ the command-line arguments for the get-metadata call. |
re-running checks to catch up with updates to stratisd PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There might be one change required due to the stratisd side.
src/stratis_cli/_actions/_debug.py
Outdated
json_format_data = [ | ||
json.loads(chunk) for chunk in metadata.split("\n") if chunk != "" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will have to change if the stratisd side changes.
Signed-off-by: mulhern <[email protected]>
44fff7b
to
4eef8d9
Compare
/packit build |
No description provided.