From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 18 19:00:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5D4C276 for ; Mon, 18 Feb 2013 19:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A9821F87 for ; Mon, 18 Feb 2013 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1IJ00qq054126 for ; Mon, 18 Feb 2013 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1IJ00mO054123; Mon, 18 Feb 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2013 19:00:00 GMT Resent-Message-Id: <201302181900.r1IJ00mO054123@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nathan Rich 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/176253: zfs pool indentation is misleading/wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 19:00:00 -0000 >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: