From owner-svn-doc-all@freebsd.org Fri Aug 24 15:49:39 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5ADB108D561; Fri, 24 Aug 2018 15:49:38 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75C438B815; Fri, 24 Aug 2018 15:49:38 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5138B130E6; Fri, 24 Aug 2018 15:49:38 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7OFnc9e035890; Fri, 24 Aug 2018 15:49:38 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OFncVB035889; Fri, 24 Aug 2018 15:49:38 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201808241549.w7OFncVB035889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Fri, 24 Aug 2018 15:49:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52171 - head/en_US.ISO8859-1/books/handbook/zfs X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/zfs X-SVN-Commit-Revision: 52171 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2018 15:49:39 -0000 Author: bcr Date: Fri Aug 24 15:49:37 2018 New Revision: 52171 URL: https://svnweb.freebsd.org/changeset/doc/52171 Log: Update all headers in the "zpool list" examples in the ZFS chapter to display all columns that are currently available. In particular, CKPOINT, EXPANDSZ, and FRAG were added and set with sensible defaults for the example. Reviewed by: sevan@ Differential Revision: https://reviews.freebsd.org/D16834 Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Fri Aug 24 15:05:57 2018 (r52170) +++ head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Fri Aug 24 15:49:37 2018 (r52171) @@ -1103,8 +1103,8 @@ config: errors: No known data errors &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -healer 960M 92.5K 960M 0% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +healer 960M 92.5K 960M - - 0% 0% 1.00x ONLINE - Some important data that to be protected from data errors using the self-healing feature is copied to the pool. A @@ -2436,9 +2436,9 @@ usr/home/joe 1.3G 128k 1.3G 0% /us replication with these two pools: &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -backup 960M 77K 896M 0% 1.00x ONLINE - -mypool 984M 43.7M 940M 4% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +backup 960M 77K 896M - - 0% 0% 1.00x ONLINE - +mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE - The pool named mypool is the primary pool where data is written to and read from on a @@ -2479,9 +2479,9 @@ You must redirect standard output. &prompt.root; zfs send mypool@backup1 > /backup/backup1 &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -backup 960M 63.7M 896M 6% 1.00x ONLINE - -mypool 984M 43.7M 940M 4% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +backup 960M 63.7M 896M - - 0% 6% 1.00x ONLINE - +mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE - The zfs send transferred all the data in the snapshot called backup1 to @@ -2508,9 +2508,9 @@ total estimated size is 50.1M TIME SENT SNAPSHOT &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -backup 960M 63.7M 896M 6% 1.00x ONLINE - -mypool 984M 43.7M 940M 4% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +backup 960M 63.7M 896M - - 0% 6% 1.00x ONLINE - +mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE - Incremental Backups @@ -2526,9 +2526,9 @@ NAME USED AVAIL REFER MOUNTPOINT mypool@replica1 5.72M - 43.6M - mypool@replica2 0 - 44.1M - &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -backup 960M 61.7M 898M 6% 1.00x ONLINE - -mypool 960M 50.2M 910M 5% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +backup 960M 61.7M 898M - - 0% 6% 1.00x ONLINE - +mypool 960M 50.2M 910M - - 0% 5% 1.00x ONLINE - A second snapshot called replica2 was created. This @@ -2547,9 +2547,9 @@ total estimated size is 5.02M TIME SENT SNAPSHOT &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -backup 960M 80.8M 879M 8% 1.00x ONLINE - -mypool 960M 50.2M 910M 5% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +backup 960M 80.8M 879M - - 0% 8% 1.00x ONLINE - +mypool 960M 50.2M 910M - - 0% 5% 1.00x ONLINE - &prompt.root; zfs list NAME USED AVAIL REFER MOUNTPOINT @@ -2929,8 +2929,8 @@ mypool/compressed_dataset logicalused 496G like this example: &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -pool 2.84G 2.19M 2.83G 0% 1.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +pool 2.84G 2.19M 2.83G - - 0% 0% 1.00x ONLINE - The DEDUP column shows the actual rate of deduplication for the pool. A value of @@ -2946,8 +2946,8 @@ pool 2.84G 2.19M 2.83G 0% 1.00x ONLINE - Redundant data is detected and deduplicated: &prompt.root; zpool list -NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT -pool 2.84G 20.9M 2.82G 0% 3.00x ONLINE - +NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT +pool 2.84G 20.9M 2.82G - - 0% 0% 3.00x ONLINE - The DEDUP column shows a factor of 3.00x. Multiple copies of the ports tree