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

Add newline to two zpool messages #16113

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

sethtroisi
Copy link
Contributor

Motivation and Context

Fixes two log messages without terminating newlines where my terminal would end up in weird places.

Description

Adds newline to the end of two zpool messages

How Has This Been Tested?

I ran ./scripts/zfs-tests.sh -vx 16 tests failed, I reran without my change and the same 16 tests fail. I added a few missing utilities and got the number of tests with results other than PASS down to 6 (all related to l2arc) I plan to investigate but looking at the error logs I doubt my change to a log message broke them.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

Signed-off-by: Seth Troisi <sethtroisi@google.com>
Copy link
Contributor

@behlendorf behlendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Apr 19, 2024
@behlendorf behlendorf merged commit 9b43d7b into openzfs:master Apr 22, 2024
23 of 25 checks passed
@sethtroisi
Copy link
Contributor Author

Thanks @behlendorf for the quick review and merge. Makes me like ZFS even more :)

tonyhutter pushed a commit that referenced this pull request May 2, 2024
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Seth Troisi <sethtroisi@google.com>
Closes #16113
lundman pushed a commit to openzfsonwindows/openzfs that referenced this pull request Sep 4, 2024
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Seth Troisi <sethtroisi@google.com>
Closes openzfs#16113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants