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

zpool list -v console output formatting HEALTH column misaligned #10414

Closed
chaerle opened this issue Jun 7, 2020 · 2 comments
Closed

zpool list -v console output formatting HEALTH column misaligned #10414

chaerle opened this issue Jun 7, 2020 · 2 comments
Labels
Status: Stale No recent activity for issue

Comments

@chaerle
Copy link

chaerle commented Jun 7, 2020

System information

Type Version/Name
Distribution Name Proxmox
Distribution Version 6.2-4
Linux Kernel 5.4.41-1-pve
Architecture AMD64
ZFS Version 0.8.4-pve1
SPL Version 0.8.4-pve1

Describe the problem you're observing

The bug #7308 in the "zfs list -v" command was mostly fixed in issue #8147, but the HEALTH column is still not alingned.

Describe how to reproduce the problem

Actual output of zfs list -v:

NAME                               SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
rpool                             31.2G  2.59G  28.7G        -      512M    18%     8%  1.00x    ONLINE  -
  mirror                          31.2G  2.59G  28.7G        -      512M    18%  8.28%      -  ONLINE
    wwn-0x50000399b8d1a142-part2      -      -      -        -         -      -      -      -  ONLINE
    wwn-0x50000399b8d1a44c-part2      -      -      -        -         -      -      -      -  ONLINE

Expected output:

NAME                               SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
rpool                             31.2G  2.59G  28.7G        -      512M    18%     8%  1.00x  ONLINE  -
  mirror                          31.2G  2.59G  28.7G        -      512M    18%  8.28%      -  ONLINE
    wwn-0x50000399b8d1a142-part2      -      -      -        -         -      -      -      -  ONLINE
    wwn-0x50000399b8d1a44c-part2      -      -      -        -         -      -      -      -  ONLINE
@stale
Copy link

stale bot commented Jun 7, 2021

This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale No recent activity for issue label Jun 7, 2021
@behlendorf
Copy link
Contributor

This was resolved by #11899

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale No recent activity for issue
Projects
None yet
Development

No branches or pull requests

2 participants