Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 18:54:57 GMT
From:      Nathan Rich <Nathan.Rich@dynastysystems.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/176253: zfs pool indentation is misleading/wrong
Message-ID:  <201302181854.r1IIsvgt084368@red.freebsd.org>
Resent-Message-ID: <201302181900.r1IJ00mO054123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302181854.r1IIsvgt084368>