You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/man8/zpool.8
+54-7Lines changed: 54 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
'\" te
2
2
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3
3
.\" Copyright 2011 Nexenta Systems, Inc. All rights reserved.
4
+
.\" Copyright (c) 2012 by Delphix. All Rights Reserved.
4
5
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
5
6
.\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
6
7
.\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
@@ -1336,7 +1349,18 @@ Scripted mode. Do not display headers, and separate fields by a single tab inste
1336
1349
.ad
1337
1350
.RS12n
1338
1351
.rt
1339
-
Comma-separated list of properties to display. See the "Properties" section for a list of valid properties. The default list is "name, size, used, available, capacity, health, altroot"
1352
+
Comma-separated list of properties to display. See the "Properties" section for a list of valid properties. The default list is "name, size, used, available, expandsize, capacity, dedupratio, health, altroot"
1353
+
.RE
1354
+
1355
+
.sp
1356
+
.ne2
1357
+
.mk
1358
+
.na
1359
+
\fB\fB-v\fR\fR
1360
+
.ad
1361
+
.RS12n
1362
+
.rt
1363
+
Verbose statistics. Reports usage statistics for individual \fIvdevs\fR within the pool, in addition to the pool-wise statistics.
1340
1364
.RE
1341
1365
1342
1366
.RE
@@ -1649,10 +1673,10 @@ The results from this command are similar to the following:
1649
1673
.in+2
1650
1674
.nf
1651
1675
# \fBzpoollist\fR
1652
-
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
1653
-
pool 67.5G 2.92M67.5G 0% ONLINE -
1654
-
tank 67.5G 2.92M67.5G 0% ONLINE -
1655
-
zion - -- 0% FAULTED -
1676
+
NAME SIZE ALLOC FREE EXPANDSZ CAP DEDUP HEALTH ALTROOT
1677
+
rpool 19.9G 8.43G 11.4G - 42% 1.00x ONLINE -
1678
+
tank 61.5G 20.0G 41.5G - 32% 1.00x ONLINE -
1679
+
zion -- --- - FAULTED -
1656
1680
.fi
1657
1681
.in-2
1658
1682
.sp
@@ -1855,6 +1879,29 @@ The command to remove the mirrored log \fBmirror-2\fR is:
1855
1879
.in-2
1856
1880
.sp
1857
1881
1882
+
.LP
1883
+
\fBExample15\fRDisplaying expanded space on a device
1884
+
.sp
1885
+
.LP
1886
+
The following command dipslays the detailed information for the \fIdata\fR
1887
+
pool. This pool is comprised of a single \fIraidz\fR vdev where one of its
1888
+
devices increased its capacity by 1GB. In this example, the pool will not
1889
+
be able to utilized this extra capacity until all the devices under the
1890
+
\fIraidz\fR vdev have been expanded.
1891
+
1892
+
.sp
1893
+
.in+2
1894
+
.nf
1895
+
# \fBzpoollist-vdata\fR
1896
+
NAME SIZE ALLOC FREE EXPANDSZ CAP DEDUP HEALTH ALTROOT
0 commit comments