From nobody@FreeBSD.org  Mon Feb 18 18:54:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id BB26BED1
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 18:54:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7CB57F39
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 18:54:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1IIsv15084369
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 18:54:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1IIsvgt084368;
	Mon, 18 Feb 2013 18:54:57 GMT
	(envelope-from nobody)
Message-Id: <201302181854.r1IIsvgt084368@red.freebsd.org>
Date: Mon, 18 Feb 2013 18:54:57 GMT
From: Nathan Rich <Nathan.Rich@dynastysystems.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: zfs pool indentation is misleading/wrong
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176253
>Category:       bin
>Synopsis:       zpool(8): zfs pool indentation is misleading/wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-fs
>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:  Mon Feb 18 20:39:40 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-fs 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Mon Feb 18 19:05:40 UTC 2013 
Responsible-Changed-Why:  
over to appropriate list 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176253 

From: Nathan Rich <n4th4nr1ch@gmail.com>
To: bug-followup@freebsd.org, Nathan.Rich@dynastysystems.com
Cc:  
Subject: Re: misc/176253: zfs pool indentation is misleading/wrong
Date: Mon, 18 Feb 2013 12:03:28 -0700

 --e89a8f921a1ea22c3d04d60462c0
 Content-Type: text/plain; charset=ISO-8859-1
 
 Indentation doesn't show up in the PR, so here is clarification:
 the cache section is presented as a top-level item, as if it were a
 different zpool.
 
 --e89a8f921a1ea22c3d04d60462c0--
>Unformatted:
