misc/176253: zfs pool indentation is misleading/wrong

Nathan Rich Nathan.Rich at dynastysystems.com
Mon Feb 18 19:00:00 UTC 2013


>Number:         176253
>Category:       misc
>Synopsis:       zfs pool indentation is misleading/wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 19:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Rich
>Release:        9.1-RELEASE
>Organization:
Dynasty Systems
>Environment:
FreeBSD first 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
#  zpool list -v
NAME         SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
data        7.94G  1011K  7.94G     0%  1.00x  ONLINE  -
  raidz2    7.94G  1011K  7.94G         -
    da0         -      -      -         -
    da1         -      -      -         -
    da2         -      -      -         -
    da3         -      -      -         -
  mirror     504M   132K   504M         -
    da6         -      -      -         -
    da7         -      -      -         -
cache           -      -      -      -      -      -
  da4       1020M   406K  1019M         -
  da5       1020M   672K  1019M         -


How it should look:
#  zpool list -v
NAME         SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
data        7.94G  1011K  7.94G     0%  1.00x  ONLINE  -
  raidz2    7.94G  1011K  7.94G         -
    da0         -      -      -         -
    da1         -      -      -         -
    da2         -      -      -         -
    da3         -      -      -         -
  mirror     504M   132K   504M         -
    da6         -      -      -         -
    da7         -      -      -         -
  cache           -      -      -      -      -      -
    da4       1020M   406K  1019M         -
    da5       1020M   672K  1019M         -

>How-To-Repeat:
create a pool with mirror,cache. zpool list -v
>Fix:
Fix indentation. at first I thought I made the pool wrong, but it seems to be correct.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list