Deleted Added
sdiff udiff text old ( 234336 ) new ( 236155 )
full compact
1'\" te
2.\" Copyright (c) 2011, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

--- 7 unchanged lines hidden (view full) ---

16.\" If applicable, add the following below this CDDL HEADER, with the
17.\" fields enclosed by brackets "[]" replaced with your own identifying
18.\" information: Portions Copyright [yyyy] [name of copyright owner]
19.\"
20.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
21.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
22.\" Copyright (c) 2011, Justin T. Gibbs <gibbs@FreeBSD.org>
23.\"
24.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 236155 2012-05-27 16:00:00Z mm $
25.\"
26.Dd November 28, 2011
27.Dt ZPOOL 8
28.Os
29.Sh NAME
30.Nm zpool
31.Nd configures ZFS storage pools
32.Sh SYNOPSIS

--- 499 unchanged lines hidden (view full) ---

532The deduplication ratio specified for a pool, expressed as a multiplier.
533For example, a
534.S dedupratio
535value of 1.76 indicates that 1.76 units of data were stored but only 1 unit of disk space was actually consumed. See
536.Xr zfs 8
537for a description of the deduplication feature.
538.It Sy free
539Number of blocks within the pool that are not allocated.
540.It Sy expandsize
541This property has currently no value on FreeBSD.
542.It Sy guid
543A unique identifier for the pool.
544.It Sy health
545The current health of the pool. Health can be
546.Qq Sy ONLINE ,
547.Qq Sy DEGRADED ,
548.Qq Sy FAULTED ,
549.Qq Sy OFFLINE ,

--- 722 unchanged lines hidden (view full) ---

1272must not be part of an active pool configuration.
1273.Bl -tag -width indent
1274.It Fl v
1275Treat exported or foreign devices as inactive.
1276.El
1277.It Xo
1278.Nm
1279.Cm list
1280.Op Fl Hv
1281.Op Fl o Ar property Ns Op , Ns Ar ...
1282.Op Fl T Cm d Ns | Ns Cm u
1283.Op Ar pool
1284.Ar ...
1285.Op Ar inverval Op Ar count
1286.Xc
1287.Pp
1288Lists the given pools along with a health status and space usage. When given no

--- 603 unchanged lines hidden ---