Skip to content
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

Do not suppress output via command-line option for mkfs.xfs or thin_check #3525

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

mulkieran
Copy link
Member

Related #3520

@mulkieran mulkieran self-assigned this Jan 4, 2024
@mulkieran mulkieran changed the title Run thin_check in loud mode Do not suppress output via command-line option for mkfs.xfs or thin_check Jan 4, 2024
Copy link

Cockpit tests failed for commit 3c136bf. @martinpitt, @jelly, @mvollmer please check.

@mulkieran mulkieran marked this pull request as ready for review January 4, 2024 14:36
stratisd does not need to suppress output via -q option to thin_check
because the cmd module captures stderr and stdout streams and only reads them
if the command returns an error.

Signed-off-by: mulhern <[email protected]>
stratisd captures stdout and stderr and will only report the output on a
failure of the command. No need to make xfs.mkfs quiet via a
command-line option.

Signed-off-by: mulhern <[email protected]>
@mulkieran mulkieran merged commit aa492c2 into stratis-storage:master Jan 8, 2024
38 of 40 checks passed
@mulkieran mulkieran deleted the thin-check-loud branch January 8, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants