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

OpenZFS 9479 - fix wrong format specifier for vdev_id #7699

Closed
wants to merge 1 commit into from

Conversation

behlendorf
Copy link
Contributor

Description

Fix wrong format specifier for vdev_id

Motivation and Context

OpenZFS-issue: https://www.illumos.org/issues/9479
OpenZFS-commit: openzfs/openzfs@20aa447c

How Has This Been Tested?

Locally built.

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)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted and contain Signed-off-by.
  • Change has been approved by a ZFS on Linux member.

Authored by: Andriy Gapon <[email protected]>
Reviewed by: Matt Ahrens <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
Approved by: Robert Mustacchi <[email protected]>

OpenZFS-issue: https://www.illumos.org/issues/9479
OpenZFS-commit: openzfs/openzfs@20aa447c
@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #7699 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7699      +/-   ##
==========================================
- Coverage   78.11%   78.08%   -0.04%     
==========================================
  Files         368      368              
  Lines      111830   111830              
==========================================
- Hits        87354    87320      -34     
- Misses      24476    24510      +34
Flag Coverage Δ
#kernel 78.68% <ø> (-0.06%) ⬇️
#user 67.05% <ø> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00c405b...59cb864. Read the comment docs.

@behlendorf behlendorf deleted the openzfs-9479 branch April 19, 2021 18:19
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