]> git.proxmox.com Git - mirror_zfs.git/blame - man/man8/zpool.8
Force fault a vdev with 'zpool offline -f'
[mirror_zfs.git] / man / man8 / zpool.8
CommitLineData
058ac9ba
BB
1'\" te
2.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
d96eb2b1 3.\" Copyright 2011 Nexenta Systems, Inc. All rights reserved.
f3a7f661 4.\" Copyright (c) 2013 by Delphix. All rights reserved.
df831108 5.\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
9ae529ec
CS
6.\" The contents of this file are subject to the terms of the Common Development
7.\" and Distribution License (the "License"). You may not use this file except
8.\" in compliance with the License. You can obtain a copy of the license at
9.\" usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
10.\"
11.\" See the License for the specific language governing permissions and
12.\" limitations under the License. When distributing Covered Code, include this
13.\" CDDL HEADER in each file and include the License file at
14.\" usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this
15.\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
16.\" own identifying information:
17.\" Portions Copyright [yyyy] [name of copyright owner]
6a107f41 18.TH zpool 8 "May 11, 2016" "ZFS pool 28, filesystem 5" "System Administration Commands"
058ac9ba
BB
19.SH NAME
20zpool \- configures ZFS storage pools
21.SH SYNOPSIS
22.LP
23.nf
24\fBzpool\fR [\fB-?\fR]
25.fi
26
27.LP
28.nf
a77f29f9 29\fBzpool add\fR [\fB-fgLnP\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIvdev\fR ...
058ac9ba
BB
30.fi
31
32.LP
33.nf
df831108 34\fBzpool attach\fR [\fB-f\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIdevice\fR \fInew_device\fR
058ac9ba
BB
35.fi
36
37.LP
38.nf
39\fBzpool clear\fR \fIpool\fR [\fIdevice\fR]
40.fi
41
42.LP
43.nf
e4010f27 44\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-o\fR feature@\fIfeature=value\fR]
45 ... [\fB-O\fR \fIfile-system-property=value\fR] ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR]
46 ... [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ...
058ac9ba
BB
47.fi
48
49.LP
50.nf
51\fBzpool destroy\fR [\fB-f\fR] \fIpool\fR
52.fi
53
54.LP
55.nf
56\fBzpool detach\fR \fIpool\fR \fIdevice\fR
57.fi
58
d050c627
TF
59.LP
60.nf
61\fBzpool events\fR [\fB-vHfc\fR] [\fIpool\fR] ...
62.fi
63
058ac9ba
BB
64.LP
65.nf
859735c0 66\fBzpool export\fR [\fB-a\fR] [\fB-f\fR] \fIpool\fR ...
058ac9ba
BB
67.fi
68
69.LP
70.nf
2a8b84b7 71\fBzpool get\fR [\fB-Hp\fR] [\fB-o \fR\fIfield\fR[,...]] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ...
058ac9ba
BB
72.fi
73
74.LP
75.nf
76\fBzpool history\fR [\fB-il\fR] [\fIpool\fR] ...
77.fi
78
79.LP
80.nf
81\fBzpool import\fR [\fB-d\fR \fIdir\fR] [\fB-D\fR]
82.fi
83
84.LP
85.nf
7f9d9946 86\fBzpool import\fR [\fB-o \fImntopts\fR\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-d\fR \fIdir\fR | \fB-c\fR \fIcachefile\fR]
7d11e37e 87 [\fB-D\fR] [\fB-f\fR] [\fB-m\fR] [\fB-N\fR] [\fB-R\fR \fIroot\fR] [\fB-F\fR [\fB-n\fR] [\fB-X\fR\] [\fB-T\fR\]] [\fB-s\fR] \fB-a\fR
058ac9ba
BB
88.fi
89
90.LP
91.nf
92\fBzpool import\fR [\fB-o \fImntopts\fR\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-d\fR \fIdir\fR | \fB-c\fR \fIcachefile\fR]
7d11e37e
BB
93 [\fB-D\fR] [\fB-f\fR] [\fB-m\fR] [\fB-R\fR \fIroot\fR] [\fB-F\fR [\fB-n\fR] [\fB-X\fR] [\fB-T\fR\]] [\fB-t\fR]] [\fB-s\fR]
94 \fIpool\fR | \fIid\fR [\fInewpool\fR]
058ac9ba
BB
95.fi
96
97.LP
98.nf
d6418de0 99\fB\fBzpool iostat\fR [[[\fB-c\fR \fBSCRIPT\fR] [\fB-lq\fR]] | \fB-rw\fR] [\fB-T\fR \fBd\fR | \fBu\fR] [\fB-ghHLpPvy\fR]
193a37cb
TH
100 [[\fIpool\fR ...]|[\fIpool vdev\fR ...]|[\fIvdev\fR ...]] [\fIinterval\fR[\fIcount\fR]]\fR
101
058ac9ba
BB
102.fi
103
131cc95c
DK
104.LP
105.nf
106\fBzpool labelclear\fR [\fB-f\fR] \fIdevice\fR
107.fi
108
058ac9ba
BB
109.LP
110.nf
2a8b84b7 111\fBzpool list\fR [\fB-T\fR d | u ] [\fB-HgLpPv\fR] [\fB-o\fR \fIproperty\fR[,...]] [\fIpool\fR] ...
2e2ddc30 112 [\fIinterval\fR[\fIcount\fR]]
058ac9ba
BB
113.fi
114
115.LP
116.nf
4a283c7f 117\fBzpool offline\fR [\fB-f\fR] [\fB-t\fR] \fIpool\fR \fIdevice\fR ...
058ac9ba
BB
118.fi
119
120.LP
121.nf
122\fBzpool online\fR \fIpool\fR \fIdevice\fR ...
123.fi
124
3541dc6d
GA
125.LP
126.nf
127\fBzpool reguid\fR \fIpool\fR
128.fi
129
5853fe79
GW
130.LP
131.nf
132\fBzpool reopen\fR \fIpool\fR
133.fi
134
058ac9ba
BB
135.LP
136.nf
137\fBzpool remove\fR \fIpool\fR \fIdevice\fR ...
138.fi
139
140.LP
141.nf
628668a3 142\fBzpool replace\fR [\fB-f\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIdevice\fR [\fInew_device\fR]
058ac9ba
BB
143.fi
144
145.LP
146.nf
147\fBzpool scrub\fR [\fB-s\fR] \fIpool\fR ...
148.fi
149
150.LP
151.nf
152\fBzpool set\fR \fIproperty\fR=\fIvalue\fR \fIpool\fR
153.fi
154
fb827006
SB
155.LP
156.nf
a77f29f9 157\fBzpool split\fR [\fB-gLnP\fR] [\fB-R\fR \fIaltroot\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fInewpool\fR [\fIdevice\fR ...]
fb827006
SB
158.fi
159
058ac9ba
BB
160.LP
161.nf
d6418de0 162\fBzpool status\fR [\fB-c\fR \fBSCRIPT\fR] [\fB-gLPvxD\fR] [\fB-T\fR d | u] [\fIpool\fR] ... [\fIinterval\fR [\fIcount\fR]]
058ac9ba
BB
163.fi
164
165.LP
166.nf
6b4e21c6 167\fBzpool upgrade\fR
058ac9ba
BB
168.fi
169
170.LP
171.nf
172\fBzpool upgrade\fR \fB-v\fR
173.fi
174
175.LP
176.nf
177\fBzpool upgrade\fR [\fB-V\fR \fIversion\fR] \fB-a\fR | \fIpool\fR ...
178.fi
179
180.SH DESCRIPTION
181.sp
182.LP
183The \fBzpool\fR command configures \fBZFS\fR storage pools. A storage pool is a collection of devices that provides physical storage and data replication for \fBZFS\fR datasets.
184.sp
185.LP
2d1b7b0b 186All datasets within a storage pool share the same space. See \fBzfs\fR(8) for information on managing datasets.
db4ed565 187.SS "Virtual Devices (vdevs)"
058ac9ba
BB
188.sp
189.LP
190A "virtual device" describes a single device or a collection of devices organized according to certain performance and fault characteristics. The following virtual devices are supported:
191.sp
192.ne 2
058ac9ba
BB
193.na
194\fB\fBdisk\fR\fR
195.ad
196.RS 10n
25d4782b 197A block device, typically located under \fB/dev\fR. \fBZFS\fR can use individual partitions, though the recommended mode of operation is to use whole disks. A disk can be specified by a full path, or it can be a shorthand name (the relative portion of the path under "/dev"). For example, "sda" is equivalent to "/dev/sda". A whole disk can be specified by omitting the partition designation. When given a whole disk, \fBZFS\fR automatically labels the disk, if necessary.
058ac9ba
BB
198.RE
199
200.sp
201.ne 2
058ac9ba
BB
202.na
203\fB\fBfile\fR\fR
204.ad
205.RS 10n
058ac9ba
BB
206A regular file. The use of files as a backing store is strongly discouraged. It is designed primarily for experimental purposes, as the fault tolerance of a file is only as good as the file system of which it is a part. A file must be specified by a full path.
207.RE
208
209.sp
210.ne 2
058ac9ba
BB
211.na
212\fB\fBmirror\fR\fR
213.ad
214.RS 10n
058ac9ba
BB
215A mirror of two or more devices. Data is replicated in an identical fashion across all components of a mirror. A mirror with \fIN\fR disks of size \fIX\fR can hold \fIX\fR bytes and can withstand (\fIN-1\fR) devices failing before data integrity is compromised.
216.RE
217
218.sp
219.ne 2
058ac9ba
BB
220.na
221\fB\fBraidz\fR\fR
222.ad
223.br
224.na
225\fB\fBraidz1\fR\fR
226.ad
227.br
228.na
229\fB\fBraidz2\fR\fR
230.ad
231.br
232.na
233\fB\fBraidz3\fR\fR
234.ad
235.RS 10n
058ac9ba
BB
236A variation on \fBRAID-5\fR that allows for better distribution of parity and eliminates the "\fBRAID-5\fR write hole" (in which data and parity become inconsistent after a power loss). Data and parity is striped across all disks within a \fBraidz\fR group.
237.sp
238A \fBraidz\fR group can have single-, double- , or triple parity, meaning that the \fBraidz\fR group can sustain one, two, or three failures, respectively, without losing any data. The \fBraidz1\fR \fBvdev\fR type specifies a single-parity \fBraidz\fR group; the \fBraidz2\fR \fBvdev\fR type specifies a double-parity \fBraidz\fR group; and the \fBraidz3\fR \fBvdev\fR type specifies a triple-parity \fBraidz\fR group. The \fBraidz\fR \fBvdev\fR type is an alias for \fBraidz1\fR.
239.sp
240A \fBraidz\fR group with \fIN\fR disks of size \fIX\fR with \fIP\fR parity disks can hold approximately (\fIN-P\fR)*\fIX\fR bytes and can withstand \fIP\fR device(s) failing before data integrity is compromised. The minimum number of devices in a \fBraidz\fR group is one more than the number of parity disks. The recommended number is between 3 and 9 to help increase performance.
241.RE
242
243.sp
244.ne 2
058ac9ba
BB
245.na
246\fB\fBspare\fR\fR
247.ad
248.RS 10n
058ac9ba
BB
249A special pseudo-\fBvdev\fR which keeps track of available hot spares for a pool. For more information, see the "Hot Spares" section.
250.RE
251
252.sp
253.ne 2
058ac9ba
BB
254.na
255\fB\fBlog\fR\fR
256.ad
257.RS 10n
058ac9ba
BB
258A separate-intent log device. If more than one log device is specified, then writes are load-balanced between devices. Log devices can be mirrored. However, \fBraidz\fR \fBvdev\fR types are not supported for the intent log. For more information, see the "Intent Log" section.
259.RE
260
261.sp
262.ne 2
058ac9ba
BB
263.na
264\fB\fBcache\fR\fR
265.ad
266.RS 10n
15313c5e 267A device used to cache storage pool data. A cache device cannot be configured as a mirror or \fBraidz\fR group. For more information, see the "Cache Devices" section.
058ac9ba
BB
268.RE
269
270.sp
271.LP
272Virtual devices cannot be nested, so a mirror or \fBraidz\fR virtual device can only contain files or disks. Mirrors of mirrors (or other combinations) are not allowed.
273.sp
274.LP
275A pool can have any number of virtual devices at the top of the configuration (known as "root vdevs"). Data is dynamically distributed across all top-level devices to balance data among devices. As new virtual devices are added, \fBZFS\fR automatically places data on the newly available devices.
276.sp
277.LP
278Virtual devices are specified one at a time on the command line, separated by whitespace. The keywords "mirror" and "raidz" are used to distinguish where a group ends and another begins. For example, the following creates two root vdevs, each a mirror of two disks:
279.sp
280.in +2
281.nf
54e5f226 282# \fBzpool create mypool mirror sda sdb mirror sdc sdd\fR
058ac9ba
BB
283.fi
284.in -2
285.sp
286
287.SS "Device Failure and Recovery"
288.sp
289.LP
290\fBZFS\fR supports a rich set of mechanisms for handling device failure and data corruption. All metadata and data is checksummed, and \fBZFS\fR automatically repairs bad data from a good copy when corruption is detected.
291.sp
292.LP
293In order to take advantage of these features, a pool must make use of some form of redundancy, using either mirrored or \fBraidz\fR groups. While \fBZFS\fR supports running in a non-redundant configuration, where each root vdev is simply a disk or file, this is strongly discouraged. A single case of bit corruption can render some or all of your data unavailable.
294.sp
295.LP
6b4e21c6 296A pool's health status is described by one of three states: online, degraded, or faulted. An online pool has all devices operating normally. A degraded pool is one in which one or more devices have failed, but the data is still available due to a redundant configuration. A faulted pool has corrupted metadata, or one or more faulted devices, and insufficient replicas to continue functioning.
058ac9ba
BB
297.sp
298.LP
299The health of the top-level vdev, such as mirror or \fBraidz\fR device, is potentially impacted by the state of its associated vdevs, or component devices. A top-level vdev or component device is in one of the following states:
300.sp
301.ne 2
058ac9ba
BB
302.na
303\fB\fBDEGRADED\fR\fR
304.ad
305.RS 12n
058ac9ba
BB
306One or more top-level vdevs is in the degraded state because one or more component devices are offline. Sufficient replicas exist to continue functioning.
307.sp
308One or more component devices is in the degraded or faulted state, but sufficient replicas exist to continue functioning. The underlying conditions are as follows:
309.RS +4
310.TP
311.ie t \(bu
312.el o
313The number of checksum errors exceeds acceptable levels and the device is degraded as an indication that something may be wrong. \fBZFS\fR continues to use the device as necessary.
314.RE
315.RS +4
316.TP
317.ie t \(bu
318.el o
319The number of I/O errors exceeds acceptable levels. The device could not be marked as faulted because there are insufficient replicas to continue functioning.
320.RE
321.RE
322
323.sp
324.ne 2
058ac9ba
BB
325.na
326\fB\fBFAULTED\fR\fR
327.ad
328.RS 12n
6b4e21c6 329One or more top-level vdevs is in the faulted state because one or more component devices are offline. Insufficient replicas exist to continue functioning.
058ac9ba
BB
330.sp
331One or more component devices is in the faulted state, and insufficient replicas exist to continue functioning. The underlying conditions are as follows:
332.RS +4
333.TP
334.ie t \(bu
335.el o
6b4e21c6 336The device could be opened, but the contents did not match expected values.
058ac9ba
BB
337.RE
338.RS +4
339.TP
340.ie t \(bu
341.el o
342The number of I/O errors exceeds acceptable levels and the device is faulted to prevent further use of the device.
343.RE
344.RE
345
346.sp
347.ne 2
058ac9ba
BB
348.na
349\fB\fBOFFLINE\fR\fR
350.ad
351.RS 12n
058ac9ba
BB
352The device was explicitly taken offline by the "\fBzpool offline\fR" command.
353.RE
354
355.sp
356.ne 2
058ac9ba
BB
357.na
358\fB\fBONLINE\fR\fR
359.ad
360.RS 12n
058ac9ba
BB
361The device is online and functioning.
362.RE
363
364.sp
365.ne 2
058ac9ba
BB
366.na
367\fB\fBREMOVED\fR\fR
368.ad
369.RS 12n
058ac9ba
BB
370The device was physically removed while the system was running. Device removal detection is hardware-dependent and may not be supported on all platforms.
371.RE
372
373.sp
374.ne 2
058ac9ba
BB
375.na
376\fB\fBUNAVAIL\fR\fR
377.ad
378.RS 12n
058ac9ba
BB
379The device could not be opened. If a pool is imported when a device was unavailable, then the device will be identified by a unique identifier instead of its path since the path was never correct in the first place.
380.RE
381
382.sp
383.LP
384If a device is removed and later re-attached to the system, \fBZFS\fR attempts to put the device online automatically. Device attach detection is hardware-dependent and might not be supported on all platforms.
385.SS "Hot Spares"
386.sp
387.LP
6b4e21c6 388\fBZFS\fR allows devices to be associated with pools as "hot spares". These devices are not actively used in the pool, but when an active device fails, it is automatically replaced by a hot spare. To create a pool with hot spares, specify a "spare" \fBvdev\fR with any number of devices. For example,
058ac9ba
BB
389.sp
390.in +2
391.nf
54e5f226 392# zpool create pool mirror sda sdb spare sdc sdd
058ac9ba
BB
393.fi
394.in -2
395.sp
396
397.sp
398.LP
0d122e21 399Spares can be shared across multiple pools, and can be added with the "\fBzpool add\fR" command and removed with the "\fBzpool remove\fR" command. Once a spare replacement is initiated, a new "spare" \fBvdev\fR is created within the configuration that will remain there until the original device is replaced. At this point, the hot spare becomes available again.
058ac9ba
BB
400.sp
401.LP
402If a pool has a shared spare that is currently being used, the pool can not be exported since other pools may use this shared spare, which may lead to potential data corruption.
403.sp
404.LP
405An in-progress spare replacement can be cancelled by detaching the hot spare. If the original faulted device is detached, then the hot spare assumes its place in the configuration, and is removed from the spare list of all active pools.
406.sp
407.LP
408Spares cannot replace log devices.
409.SS "Intent Log"
410.sp
411.LP
412The \fBZFS\fR Intent Log (\fBZIL\fR) satisfies \fBPOSIX\fR requirements for synchronous transactions. For instance, databases often require their transactions to be on stable storage devices when returning from a system call. \fBNFS\fR and other applications can also use \fBfsync\fR() to ensure data stability. By default, the intent log is allocated from blocks within the main pool. However, it might be possible to get better performance using separate intent log devices such as \fBNVRAM\fR or a dedicated disk. For example:
413.sp
414.in +2
415.nf
54e5f226 416\fB# zpool create pool sda sdb log sdc\fR
058ac9ba
BB
417.fi
418.in -2
419.sp
420
421.sp
422.LP
423Multiple log devices can also be specified, and they can be mirrored. See the EXAMPLES section for an example of mirroring multiple log devices.
424.sp
425.LP
426Log devices can be added, replaced, attached, detached, and imported and exported as part of the larger pool. Mirrored log devices can be removed by specifying the top-level mirror for the log.
427.SS "Cache Devices"
428.sp
429.LP
430Devices can be added to a storage pool as "cache devices." These devices provide an additional layer of caching between main memory and disk. For read-heavy workloads, where the working set size is much larger than what can be cached in main memory, using cache devices allow much more of this working set to be served from low latency media. Using cache devices provides the greatest performance improvement for random read-workloads of mostly static content.
431.sp
432.LP
433To create a pool with cache devices, specify a "cache" \fBvdev\fR with any number of devices. For example:
434.sp
435.in +2
436.nf
54e5f226 437\fB# zpool create pool sda sdb cache sdc sdd\fR
058ac9ba
BB
438.fi
439.in -2
440.sp
441
442.sp
443.LP
444Cache devices cannot be mirrored or part of a \fBraidz\fR configuration. If a read error is encountered on a cache device, that read \fBI/O\fR is reissued to the original storage pool device, which might be part of a mirrored or \fBraidz\fR configuration.
445.sp
446.LP
447The content of the cache devices is considered volatile, as is the case with other system caches.
448.SS "Properties"
449.sp
450.LP
451Each pool has several properties associated with it. Some properties are read-only statistics while others are configurable and change the behavior of the pool. The following are read-only properties:
452.sp
453.ne 2
058ac9ba
BB
454.na
455\fB\fBavailable\fR\fR
456.ad
457.RS 20n
058ac9ba
BB
458Amount of storage available within the pool. This property can also be referred to by its shortened column name, "avail".
459.RE
460
461.sp
462.ne 2
058ac9ba
BB
463.na
464\fB\fBcapacity\fR\fR
465.ad
466.RS 20n
058ac9ba
BB
467Percentage of pool space used. This property can also be referred to by its shortened column name, "cap".
468.RE
469
d96eb2b1
DM
470.sp
471.ne 2
d96eb2b1 472.na
9ae529ec 473\fB\fBexpandsize\fR\fR
d96eb2b1
DM
474.ad
475.RS 20n
9ae529ec
CS
476Amount of uninitialized space within the pool or device that can be used to
477increase the total capacity of the pool. Uninitialized space consists of
478any space on an EFI labeled vdev which has not been brought online
479(i.e. zpool online -e). This space occurs when a LUN is dynamically expanded.
d96eb2b1
DM
480.RE
481
f3a7f661
GW
482.sp
483.ne 2
f3a7f661
GW
484.na
485\fB\fBfragmentation\fR\fR
486.ad
487.RS 20n
f3a7f661
GW
488The amount of fragmentation in the pool.
489.RE
490
058ac9ba
BB
491.sp
492.ne 2
058ac9ba 493.na
9ae529ec 494\fB\fBfree\fR\fR
1bd201e7
CS
495.ad
496.RS 20n
9ae529ec
CS
497The amount of free space available in the pool.
498.RE
499
500.sp
501.ne 2
502.na
503\fB\fBfreeing\fR\fR
504.ad
505.RS 20n
506After a file system or snapshot is destroyed, the space it was using is
507returned to the pool asynchronously. \fB\fBfreeing\fR\fR is the amount of
508space remaining to be reclaimed. Over time \fB\fBfreeing\fR\fR will decrease
509while \fB\fBfree\fR\fR increases.
1bd201e7
CS
510.RE
511
512.sp
513.ne 2
514.na
058ac9ba
BB
515\fB\fBhealth\fR\fR
516.ad
517.RS 20n
058ac9ba
BB
518The current health of the pool. Health can be "\fBONLINE\fR", "\fBDEGRADED\fR", "\fBFAULTED\fR", " \fBOFFLINE\fR", "\fBREMOVED\fR", or "\fBUNAVAIL\fR".
519.RE
520
521.sp
522.ne 2
058ac9ba
BB
523.na
524\fB\fBguid\fR\fR
525.ad
526.RS 20n
058ac9ba
BB
527A unique identifier for the pool.
528.RE
529
530.sp
531.ne 2
058ac9ba
BB
532.na
533\fB\fBsize\fR\fR
534.ad
535.RS 20n
058ac9ba
BB
536Total size of the storage pool.
537.RE
538
9ae529ec
CS
539.sp
540.ne 2
541.na
542\fB\fBunsupported@\fR\fIfeature_guid\fR\fR
543.ad
544.RS 20n
1567e075 545.sp
9ae529ec
CS
546Information about unsupported features that are enabled on the pool. See
547\fBzpool-features\fR(5) for details.
548.RE
549
058ac9ba
BB
550.sp
551.ne 2
058ac9ba
BB
552.na
553\fB\fBused\fR\fR
554.ad
555.RS 20n
058ac9ba
BB
556Amount of storage space used within the pool.
557.RE
558
559.sp
560.LP
9ae529ec 561The space usage properties report actual physical space available to the storage pool. The physical space can be different from the total amount of space that any contained datasets can actually use. The amount of space used in a \fBraidz\fR configuration depends on the characteristics of the data being written. In addition, \fBZFS\fR reserves some space for internal accounting that the \fBzfs\fR(8) command takes into account, but the \fBzpool\fR command does not. For non-full pools of a reasonable size, these effects should be invisible. For small pools, or pools that are close to being completely full, these discrepancies may become more noticeable.
df30f566 562
058ac9ba
BB
563.sp
564.LP
565The following property can be set at creation time and import time:
566.sp
567.ne 2
058ac9ba 568.na
d919da83 569\fB\fBaltroot\fR=(unset) | \fIpath\fR\fR
058ac9ba
BB
570.ad
571.sp .6
572.RS 4n
57746821 573Alternate root directory. If set, this directory is prepended to any mount points within the pool. This can be used when examining an unknown pool where the mount points cannot be trusted, or in an alternate boot environment, where the typical paths are not valid. \fBaltroot\fR is not a persistent property. It is valid only while the system is up. Setting \fBaltroot\fR defaults to using \fBcachefile\fR=none, though this may be overridden using an explicit setting.
058ac9ba
BB
574.RE
575
52dd454d
TC
576.sp
577.LP
578The following property can only be set at import time:
579.sp
580.ne 2
52dd454d 581.na
d919da83 582\fB\fBreadonly\fR=\fBoff\fR | \fBon\fR\fR
52dd454d
TC
583.ad
584.sp .6
585.RS 4n
586If set to \fBon\fR, the pool will be imported in read-only mode: Synchronous data in the intent log will not be accessible, properties of the pool can not be changed and datasets of the pool can only be mounted read-only. The \fBreadonly\fR property of its datasets will be implicitly set to \fBon\fR.
587
588It can also be specified by its column name of \fBrdonly\fR.
589
590To write to a read-only pool, a export and import of the pool is required.
591.RE
592
058ac9ba
BB
593.sp
594.LP
595The following properties can be set at creation time and import time, and later changed with the \fBzpool set\fR command:
dddef7d6 596.sp
597.ne 2
598.na
599\fB\fBashift\fR=\fIashift\fR\fR
600.ad
601.sp .6
602.RS 4n
603Pool sector size exponent, to the power of 2 (internally referred to as "ashift"). Values from 9 to 16, inclusive, are valid; also, the special value 0 (the default) means to auto-detect using the kernel's block layer and a ZFS internal exception list. I/O operations will be aligned to the specified size boundaries. Additionally, the minimum (disk) write size will be set to the specified size, so this represents a space vs. performance trade-off. For optimal performance, the pool sector size should be greater than or equal to the sector size of the underlying disks. The typical case for setting this property is when performance is important and the underlying disks use 4KiB sectors but report 512B sectors to the OS (for compatibility reasons); in that case, set \fBashift=12\fR (which is 1<<12 = 4096).
604.LP
605When set, this property is used as the default hint value in \fIsubsequent\fR vdev operations (add, attach and replace). Changing this value will \fInot\fR modify any existing vdev, not even on disk replacement; however it can be used, for instance, to replace a dying 512B sectors disk with a newer 4KiB sectors device: this will probably result in bad performance but at the same time could prevent loss of data.
606.RE
607
058ac9ba
BB
608.sp
609.ne 2
058ac9ba 610.na
d919da83 611\fB\fBautoexpand\fR=\fBoff\fR | \fBon\fR\fR
058ac9ba
BB
612.ad
613.sp .6
614.RS 4n
615Controls automatic pool expansion when the underlying LUN is grown. If set to \fBon\fR, the pool will be resized according to the size of the expanded device. If the device is part of a mirror or \fBraidz\fR then all devices within that mirror/\fBraidz\fR group must be expanded before the new space is made available to the pool. The default behavior is \fBoff\fR. This property can also be referred to by its shortened column name, \fBexpand\fR.
616.RE
617
618.sp
619.ne 2
058ac9ba 620.na
d919da83 621\fB\fBautoreplace\fR=\fBoff\fR | \fBon\fR\fR
058ac9ba
BB
622.ad
623.sp .6
624.RS 4n
6078881a 625Controls automatic device replacement. If set to "\fBoff\fR", device replacement must be initiated by the administrator by using the "\fBzpool replace\fR" command. If set to "\fBon\fR", any new device, found in the same physical location as a device that previously belonged to the pool, is automatically formatted and replaced. The default behavior is "\fBoff\fR". This property can also be referred to by its shortened column name, "replace". Autoreplace can also be used with virtual disks (like device mapper) provided that you use the /dev/disk/by-vdev paths setup by vdev_id.conf. See the vdev_id.conf man page for more details. Autoreplace and autoonline require libudev to be present at build time. If you're using device mapper disks, you must have libdevmapper installed at build time as well.
058ac9ba
BB
626.RE
627
628.sp
629.ne 2
058ac9ba 630.na
d919da83 631\fB\fBbootfs\fR=(unset) | \fIpool\fR/\fIdataset\fR\fR
058ac9ba
BB
632.ad
633.sp .6
634.RS 4n
6a107f41 635Identifies the default bootable dataset for the root pool. This property is expected to be set mainly by the installation and upgrade programs. Not all Linux distribution boot processes use the \fBbootfs\fR property.
058ac9ba
BB
636.RE
637
638.sp
639.ne 2
058ac9ba 640.na
9ef3906a 641\fB\fBcachefile\fR=\fBnone\fR | \fIpath\fR\fR
058ac9ba
BB
642.ad
643.sp .6
644.RS 4n
6b4e21c6 645Controls the location of where the pool configuration is cached. Discovering all pools on system startup requires a cached copy of the configuration data that is stored on the root file system. All pools in this cache are automatically imported when the system boots. Some environments, such as install and clustering, need to cache this information in a different location so that pools are not automatically imported. Setting this property caches the pool configuration in a different location that can later be imported with "\fBzpool import -c\fR". Setting it to the special value "\fBnone\fR" creates a temporary pool that is never cached, and the special value \fB\&''\fR (empty string) uses the default location.
058ac9ba
BB
646.sp
647Multiple pools can share the same cache file. Because the kernel destroys and recreates this file when pools are added and removed, care should be taken when attempting to access this file. When the last pool using a \fBcachefile\fR is exported or destroyed, the file is removed.
648.RE
649
9ae529ec
CS
650.sp
651.ne 2
9ae529ec 652.na
d919da83 653\fB\fBcomment\fR=(unset) | \fB\fItext\fR\fR
9ae529ec
CS
654.ad
655.sp .6
656.RS 4n
657A text string consisting of printable ASCII characters that will be stored such that it is available even if the pool becomes faulted. An administrator can provide additional information about a pool using this property.
658.RE
659
b1d13a60
TC
660.sp
661.ne 2
b1d13a60
TC
662.na
663\fB\fBdedupditto\fR=\fB\fInumber\fR\fR
664.ad
665.sp .6
666.RS 4n
8c5edae9 667Threshold for the number of block ditto copies. If the reference count for a deduplicated block increases above this number, a new ditto copy of this block is automatically stored. The default setting is 0 which causes no ditto copies to be created for deduplicated blocks. The minimum valid nonzero setting is 100.
b1d13a60
TC
668.RE
669
058ac9ba
BB
670.sp
671.ne 2
058ac9ba
BB
672.na
673\fB\fBdelegation\fR=\fBon\fR | \fBoff\fR\fR
674.ad
675.sp .6
676.RS 4n
2d1b7b0b 677Controls whether a non-privileged user is granted access based on the dataset permissions defined on the dataset. See \fBzfs\fR(8) for more information on \fBZFS\fR delegated administration.
058ac9ba
BB
678.RE
679
680.sp
681.ne 2
058ac9ba
BB
682.na
683\fB\fBfailmode\fR=\fBwait\fR | \fBcontinue\fR | \fBpanic\fR\fR
684.ad
685.sp .6
686.RS 4n
687Controls the system behavior in the event of catastrophic pool failure. This condition is typically a result of a loss of connectivity to the underlying storage device(s) or a failure of all devices within the pool. The behavior of such an event is determined as follows:
688.sp
689.ne 2
058ac9ba
BB
690.na
691\fB\fBwait\fR\fR
692.ad
693.RS 12n
058ac9ba
BB
694Blocks all \fBI/O\fR access until the device connectivity is recovered and the errors are cleared. This is the default behavior.
695.RE
696
697.sp
698.ne 2
058ac9ba
BB
699.na
700\fB\fBcontinue\fR\fR
701.ad
702.RS 12n
058ac9ba
BB
703Returns \fBEIO\fR to any new write \fBI/O\fR requests but allows reads to any of the remaining healthy devices. Any write requests that have yet to be committed to disk would be blocked.
704.RE
705
706.sp
707.ne 2
058ac9ba
BB
708.na
709\fB\fBpanic\fR\fR
710.ad
711.RS 12n
058ac9ba
BB
712Prints out a message to the console and generates a system crash dump.
713.RE
714
715.RE
716
9ae529ec
CS
717.sp
718.ne 2
719.na
720\fB\fBfeature@\fR\fIfeature_name\fR=\fBenabled\fR\fR
721.ad
722.RS 4n
723The value of this property is the current state of \fIfeature_name\fR. The
724only valid value when setting this property is \fBenabled\fR which moves
725\fIfeature_name\fR to the enabled state. See \fBzpool-features\fR(5) for
726details on feature states.
727.RE
728
058ac9ba
BB
729.sp
730.ne 2
058ac9ba 731.na
8fd888ba 732\fB\fBlistsnapshots\fR=on | off\fR
058ac9ba
BB
733.ad
734.sp .6
735.RS 4n
736Controls whether information about snapshots associated with this pool is output when "\fBzfs list\fR" is run without the \fB-t\fR option. The default value is "off".
8fd888ba
RL
737.sp
738This property can also be referred to by its shortened name, \fBlistsnaps\fR.
058ac9ba
BB
739.RE
740
741.sp
742.ne 2
058ac9ba 743.na
d919da83 744\fB\fBversion\fR=(unset) | \fIversion\fR\fR
058ac9ba
BB
745.ad
746.sp .6
747.RS 4n
9ae529ec 748The current on-disk version of the pool. This can be increased, but never decreased. The preferred method of updating pools is with the "\fBzpool upgrade\fR" command, though this property can be used when a specific version is needed for backwards compatibility. Once feature flags are enabled on a pool this property will no longer have a value.
058ac9ba
BB
749.RE
750
751.SS "Subcommands"
752.sp
753.LP
754All subcommands that modify state are logged persistently to the pool in their original form.
755.sp
756.LP
757The \fBzpool\fR command provides subcommands to create and destroy storage pools, add capacity to storage pools, and provide information about the storage pools. The following subcommands are supported:
758.sp
759.ne 2
058ac9ba
BB
760.na
761\fB\fBzpool\fR \fB-?\fR\fR
762.ad
763.sp .6
764.RS 4n
765Displays a help message.
766.RE
767
768.sp
769.ne 2
058ac9ba 770.na
a77f29f9 771\fB\fBzpool add\fR [\fB-fgLnP\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIvdev\fR ...\fR
058ac9ba
BB
772.ad
773.sp .6
774.RS 4n
775Adds the specified virtual devices to the given pool. The \fIvdev\fR specification is described in the "Virtual Devices" section. The behavior of the \fB-f\fR option, and the device checks performed are described in the "zpool create" subcommand.
776.sp
777.ne 2
058ac9ba
BB
778.na
779\fB\fB-f\fR\fR
780.ad
781.RS 6n
058ac9ba
BB
782Forces use of \fBvdev\fRs, even if they appear in use or specify a conflicting replication level. Not all devices can be overridden in this manner.
783.RE
784
d2f3e292
RY
785.sp
786.ne 2
d2f3e292
RY
787.na
788\fB\fB-g\fR\fR
789.ad
790.RS 6n
d2f3e292
RY
791Display vdev GUIDs instead of the normal device names. These GUIDs can be used in place of device names for the zpool detach/offline/remove/replace commands.
792.RE
793
794.sp
795.ne 2
d2f3e292
RY
796.na
797\fB\fB-L\fR\fR
798.ad
799.RS 6n
d2f3e292
RY
800Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the /dev/disk/ path used to open it.
801.RE
802
058ac9ba
BB
803.sp
804.ne 2
058ac9ba
BB
805.na
806\fB\fB-n\fR\fR
807.ad
808.RS 6n
058ac9ba
BB
809Displays the configuration that would be used without actually adding the \fBvdev\fRs. The actual pool creation can still fail due to insufficient privileges or device sharing.
810.RE
811
d2f3e292
RY
812.sp
813.ne 2
d2f3e292 814.na
a77f29f9 815\fB\fB-P\fR\fR
d2f3e292
RY
816.ad
817.RS 6n
d2f3e292
RY
818Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the \fB-L\fR flag.
819.RE
820
df831108
CP
821.sp
822.ne 2
df831108
CP
823.na
824\fB\fB-o\fR \fIproperty=value\fR
825.ad
826.sp .6
827.RS 4n
dddef7d6 828Sets the given pool properties. See the "Properties" section for a list of valid properties that can be set. The only property supported at the moment is \fBashift\fR.
df831108
CP
829.RE
830
058ac9ba
BB
831Do not add a disk that is currently configured as a quorum device to a zpool. After a disk is in the pool, that disk can then be configured as a quorum device.
832.RE
833
834.sp
835.ne 2
058ac9ba 836.na
df831108 837\fB\fBzpool attach\fR [\fB-f\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIdevice\fR \fInew_device\fR\fR
058ac9ba
BB
838.ad
839.sp .6
840.RS 4n
841Attaches \fInew_device\fR to an existing \fBzpool\fR device. The existing device cannot be part of a \fBraidz\fR configuration. If \fIdevice\fR is not currently part of a mirrored configuration, \fIdevice\fR automatically transforms into a two-way mirror of \fIdevice\fR and \fInew_device\fR. If \fIdevice\fR is part of a two-way mirror, attaching \fInew_device\fR creates a three-way mirror, and so on. In either case, \fInew_device\fR begins to resilver immediately.
842.sp
843.ne 2
058ac9ba
BB
844.na
845\fB\fB-f\fR\fR
846.ad
847.RS 6n
058ac9ba
BB
848Forces use of \fInew_device\fR, even if its appears to be in use. Not all devices can be overridden in this manner.
849.RE
850
df831108
CP
851.sp
852.ne 2
df831108
CP
853.na
854\fB\fB-o\fR \fIproperty=value\fR
855.ad
856.sp .6
857.RS 4n
dddef7d6 858Sets the given pool properties. See the "Properties" section for a list of valid properties that can be set. The only property supported at the moment is \fBashift\fR.
df831108
CP
859.RE
860
058ac9ba
BB
861.RE
862
863.sp
864.ne 2
058ac9ba
BB
865.na
866\fB\fBzpool clear\fR \fIpool\fR [\fIdevice\fR] ...\fR
867.ad
868.sp .6
869.RS 4n
870Clears device errors in a pool. If no arguments are specified, all device errors within the pool are cleared. If one or more devices is specified, only those errors associated with the specified device or devices are cleared.
871.RE
872
873.sp
874.ne 2
058ac9ba 875.na
e4010f27 876\fB\fBzpool create\fR [\fB-fnd\fR] [\fB-o\fR \fIproperty=value\fR] ... [\fB-o\fR feature@\fIfeature=value\fR] ... [\fB-O\fR \fIfile-system-property=value\fR] ... [\fB-m\fR \fImountpoint\fR] [\fB-R\fR \fIroot\fR] [\fB-t\fR \fItname\fR] \fIpool\fR \fIvdev\fR ...\fR
058ac9ba
BB
877.ad
878.sp .6
879.RS 4n
e6101ea8 880Creates a new storage pool containing the virtual devices specified on the command line. The pool name must begin with a letter, and can only contain alphanumeric characters as well as underscore ("_"), dash ("-"), period ("."), colon (":"), and space (" "). The pool names "mirror", "raidz", "spare" and "log" are reserved, as are names beginning with the pattern "c[0-9]". The \fBvdev\fR specification is described in the "Virtual Devices" section.
058ac9ba
BB
881.sp
882The command verifies that each device specified is accessible and not currently in use by another subsystem. There are some uses, such as being currently mounted, or specified as the dedicated dump device, that prevents a device from ever being used by \fBZFS\fR. Other uses, such as having a preexisting \fBUFS\fR file system, can be overridden with the \fB-f\fR option.
883.sp
884The command also checks that the replication strategy for the pool is consistent. An attempt to combine redundant and non-redundant storage in a single pool, or to mix disks and files, results in an error unless \fB-f\fR is specified. The use of differently sized devices within a single \fBraidz\fR or mirror group is also flagged as an error unless \fB-f\fR is specified.
885.sp
886Unless the \fB-R\fR option is specified, the default mount point is "/\fIpool\fR". The mount point must not exist or must be empty, or else the root dataset cannot be mounted. This can be overridden with the \fB-m\fR option.
887.sp
9ae529ec
CS
888By default all supported features are enabled on the new pool unless the \fB-d\fR option is specified.
889.sp
058ac9ba 890.ne 2
058ac9ba
BB
891.na
892\fB\fB-f\fR\fR
893.ad
894.sp .6
895.RS 4n
896Forces use of \fBvdev\fRs, even if they appear in use or specify a conflicting replication level. Not all devices can be overridden in this manner.
897.RE
898
899.sp
900.ne 2
058ac9ba
BB
901.na
902\fB\fB-n\fR\fR
903.ad
904.sp .6
905.RS 4n
906Displays the configuration that would be used without actually creating the pool. The actual pool creation can still fail due to insufficient privileges or device sharing.
907.RE
908
909.sp
910.ne 2
058ac9ba 911.na
9ae529ec
CS
912\fB\fB-d\fR\fR
913.ad
914.sp .6
915.RS 4n
916Do not enable any features on the new pool. Individual features can be enabled by setting their corresponding properties to \fBenabled\fR with the \fB-o\fR option. See \fBzpool-features\fR(5) for details about feature properties.
917.RE
918
919.sp
920.ne 2
921.na
058ac9ba
BB
922\fB\fB-o\fR \fIproperty=value\fR [\fB-o\fR \fIproperty=value\fR] ...\fR
923.ad
924.sp .6
925.RS 4n
926Sets the given pool properties. See the "Properties" section for a list of valid properties that can be set.
927.RE
928
e4010f27 929.sp
930.ne 2
931.na
932\fB\fB-o\fR feature@\fIfeature=value\fR [\fB-o\fR feature@\fIfeature=value\fR] ...\fR
933.ad
934.sp .6
935.RS 4n
936Sets the given pool feature. See \fBzpool-features(5)\fR for a list of valid features that can be set.
937.sp
938Value can be either \fBdisabled\fR or \fBenabled\fR.
939.RE
940
058ac9ba
BB
941.sp
942.ne 2
058ac9ba
BB
943.na
944\fB\fB-O\fR \fIfile-system-property=value\fR\fR
945.ad
946.br
947.na
948\fB[\fB-O\fR \fIfile-system-property=value\fR] ...\fR
949.ad
950.sp .6
951.RS 4n
2d1b7b0b 952Sets the given file system properties in the root file system of the pool. See the "Properties" section of \fBzfs\fR(8) for a list of valid properties that can be set.
058ac9ba
BB
953.RE
954
955.sp
956.ne 2
058ac9ba
BB
957.na
958\fB\fB-R\fR \fIroot\fR\fR
959.ad
960.sp .6
961.RS 4n
962Equivalent to "-o cachefile=none,altroot=\fIroot\fR"
963.RE
964
965.sp
966.ne 2
058ac9ba
BB
967.na
968\fB\fB-m\fR \fImountpoint\fR\fR
969.ad
970.sp .6
971.RS 4n
2d1b7b0b 972Sets the mount point for the root dataset. The default mount point is "/\fIpool\fR" or "\fBaltroot\fR/\fIpool\fR" if \fBaltroot\fR is specified. The mount point must be an absolute path, "\fBlegacy\fR", or "\fBnone\fR". For more information on dataset mount points, see \fBzfs\fR(8).
058ac9ba
BB
973.RE
974
83e9986f
RY
975.sp
976.ne 2
83e9986f
RY
977.na
978\fB\fB-t\fR \fItname\fR\fR
979.ad
980.sp .6
981.RS 4n
982Sets the in-core pool name to "\fBtname\fR" while the on-disk name will be the name specified as the pool name "\fBpool\fR". This will set the default cachefile property to none. This is intended to handle name space collisions when creating pools for other systems, such as virtual machines or physical machines whose pools live on network block devices.
983.RE
984
058ac9ba
BB
985.RE
986
987.sp
988.ne 2
058ac9ba
BB
989.na
990\fB\fBzpool destroy\fR [\fB-f\fR] \fIpool\fR\fR
991.ad
992.sp .6
993.RS 4n
994Destroys the given pool, freeing up any devices for other use. This command tries to unmount any active datasets before destroying the pool.
995.sp
996.ne 2
058ac9ba
BB
997.na
998\fB\fB-f\fR\fR
999.ad
1000.RS 6n
058ac9ba
BB
1001Forces any active datasets contained within the pool to be unmounted.
1002.RE
1003
1004.RE
1005
1006.sp
1007.ne 2
058ac9ba
BB
1008.na
1009\fB\fBzpool detach\fR \fIpool\fR \fIdevice\fR\fR
1010.ad
1011.sp .6
1012.RS 4n
65ee05ac 1013Detaches \fIdevice\fR from a mirror. The operation is refused if there are no other valid replicas of the data. If \fIdevice\fR may be re-added to the pool later on then consider the "\fBzpool offline\fR" command instead.
058ac9ba
BB
1014.RE
1015
859735c0
TF
1016.RE
1017
d050c627
TF
1018.sp
1019.ne 2
d050c627
TF
1020.na
1021\fBzpool events\fR [\fB-vHfc\fR] [\fIpool\fR] ...
1022.ad
1023.sp .6
1024.RS 4n
1025Description of the different events generated by the ZFS kernel modules. See \fBzfs-events\fR(5) for more information about the subclasses and event payloads that can be generated.
1026
1027.sp
1028.ne 2
d050c627
TF
1029.na
1030\fB\fB-v\fR\fR
1031.ad
1032.RS 6n
d050c627
TF
1033Get a full detail of the events and what information is available about it.
1034.RE
1035
1036.sp
1037.ne 2
d050c627
TF
1038.na
1039\fB\fB-H\fR\fR
1040.ad
1041.RS 6n
d050c627
TF
1042Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space.
1043.RE
1044
1045.sp
1046.ne 2
d050c627
TF
1047.na
1048\fB\fB-f\fR\fR
1049.ad
1050.RS 6n
d050c627
TF
1051Follow mode.
1052.RE
1053
1054.sp
1055.ne 2
d050c627
TF
1056.na
1057\fB\fB-c\fR\fR
1058.ad
1059.RS 6n
d050c627
TF
1060Clear all previous events.
1061.RE
1062
1063.RE
1064
058ac9ba
BB
1065.sp
1066.ne 2
058ac9ba 1067.na
859735c0 1068\fB\fBzpool export\fR [\fB-a\fR] [\fB-f\fR] \fIpool\fR ...\fR
058ac9ba
BB
1069.ad
1070.sp .6
1071.RS 4n
1072Exports the given pools from the system. All devices are marked as exported, but are still considered in use by other subsystems. The devices can be moved between systems (even those of different endianness) and imported as long as a sufficient number of devices are present.
1073.sp
1074Before exporting the pool, all datasets within the pool are unmounted. A pool can not be exported if it has a shared spare that is currently being used.
1075.sp
25d4782b 1076For pools to be portable, you must give the \fBzpool\fR command whole disks, not just partitions, so that \fBZFS\fR can label the disks with portable \fBEFI\fR labels. Otherwise, disk drivers on platforms of different endianness will not recognize the disks.
859735c0
TF
1077.sp
1078.ne 2
859735c0
TF
1079.na
1080\fB\fB-a\fR\fR
1081.ad
1082.RS 6n
859735c0
TF
1083Exports all pools imported on the system.
1084.RE
1085
058ac9ba
BB
1086.sp
1087.ne 2
058ac9ba
BB
1088.na
1089\fB\fB-f\fR\fR
1090.ad
1091.RS 6n
058ac9ba
BB
1092Forcefully unmount all datasets, using the "\fBunmount -f\fR" command.
1093.sp
1094This command will forcefully export the pool even if it has a shared spare that is currently being used. This may lead to potential data corruption.
1095.RE
1096
1097.RE
1098
1099.sp
1100.ne 2
058ac9ba 1101.na
2a8b84b7
AS
1102\fB\fBzpool get\fR [\fB-Hp\fR] [\fB-o \fR\fIfield\fR[,...]] "\fIall\fR" | \fIproperty\fR[,...]
1103\fIpool\fR ...\fR
058ac9ba
BB
1104.ad
1105.sp .6
1106.RS 4n
1107Retrieves the given list of properties (or all properties if "\fBall\fR" is used) for the specified storage pool(s). These properties are displayed with the following fields:
1108.sp
1109.in +2
1110.nf
2a8b84b7 1111 name Name of storage pool
058ac9ba
BB
1112 property Property name
1113 value Property value
1114 source Property source, either 'default' or 'local'.
1115.fi
1116.in -2
1117.sp
1118
1119See the "Properties" section for more information on the available pool properties.
2a8b84b7 1120
d65e7381
RE
1121.sp
1122.ne 2
d65e7381 1123.na
2a8b84b7 1124\fB\fB-H\fR\fR
d65e7381
RE
1125.ad
1126.RS 6n
2a8b84b7 1127Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space.
d65e7381
RE
1128.RE
1129
79eb71dc
TF
1130.sp
1131.ne 2
79eb71dc 1132.na
2a8b84b7 1133\fB\fB-p\fR\fR
79eb71dc
TF
1134.ad
1135.RS 6n
3491d6eb 1136Display numbers in parsable (exact) values.
79eb71dc
TF
1137.RE
1138
2a8b84b7
AS
1139.sp
1140.ne 2
2a8b84b7
AS
1141.na
1142\fB\fB-o\fR \fIfield\fR\fR
1143.ad
1144.RS 12n
2a8b84b7
AS
1145A comma-separated list of columns to display. \fBname,property,value,source\fR
1146is the default value.
1147.RE
058ac9ba
BB
1148.RE
1149
1150.sp
1151.ne 2
058ac9ba
BB
1152.na
1153\fB\fBzpool history\fR [\fB-il\fR] [\fIpool\fR] ...\fR
1154.ad
1155.sp .6
1156.RS 4n
1157Displays the command history of the specified pools or all pools if no pool is specified.
1158.sp
1159.ne 2
058ac9ba
BB
1160.na
1161\fB\fB-i\fR\fR
1162.ad
1163.RS 6n
058ac9ba
BB
1164Displays internally logged \fBZFS\fR events in addition to user initiated events.
1165.RE
1166
1167.sp
1168.ne 2
058ac9ba
BB
1169.na
1170\fB\fB-l\fR\fR
1171.ad
1172.RS 6n
058ac9ba
BB
1173Displays log records in long format, which in addition to standard format includes, the user name, the hostname, and the zone in which the operation was performed.
1174.RE
1175
1176.RE
1177
1178.sp
1179.ne 2
058ac9ba
BB
1180.na
1181\fB\fBzpool import\fR [\fB-d\fR \fIdir\fR | \fB-c\fR \fIcachefile\fR] [\fB-D\fR]\fR
1182.ad
1183.sp .6
1184.RS 4n
6b4e21c6 1185Lists pools available to import. If the \fB-d\fR option is not specified, this command searches for devices in "/dev". The \fB-d\fR option can be specified multiple times, and all directories are searched. If the device appears to be part of an exported pool, this command displays a summary of the pool with the name of the pool, a numeric identifier, as well as the \fIvdev\fR layout and current health of the device for each device or file. Destroyed pools, pools that were previously destroyed with the "\fBzpool destroy\fR" command, are not listed unless the \fB-D\fR option is specified.
058ac9ba
BB
1186.sp
1187The numeric identifier is unique, and can be used instead of the pool name when multiple exported pools of the same name are available.
1188.sp
1189.ne 2
058ac9ba
BB
1190.na
1191\fB\fB-c\fR \fIcachefile\fR\fR
1192.ad
1193.RS 16n
058ac9ba
BB
1194Reads configuration from the given \fBcachefile\fR that was created with the "\fBcachefile\fR" pool property. This \fBcachefile\fR is used instead of searching for devices.
1195.RE
1196
1197.sp
1198.ne 2
058ac9ba
BB
1199.na
1200\fB\fB-d\fR \fIdir\fR\fR
1201.ad
1202.RS 16n
6b4e21c6 1203Searches for devices or files in \fIdir\fR. The \fB-d\fR option can be specified multiple times.
058ac9ba
BB
1204.RE
1205
1206.sp
1207.ne 2
058ac9ba
BB
1208.na
1209\fB\fB-D\fR\fR
1210.ad
1211.RS 16n
058ac9ba
BB
1212Lists destroyed pools only.
1213.RE
1214
1215.RE
1216
1217.sp
1218.ne 2
058ac9ba 1219.na
7d11e37e 1220\fB\fBzpool import\fR [\fB-o\fR \fImntopts\fR] [ \fB-o\fR \fIproperty\fR=\fIvalue\fR] ... [\fB-d\fR \fIdir\fR | \fB-c\fR \fIcachefile\fR] [\fB-D\fR] [\fB-f\fR] [\fB-m\fR] [\fB-N\fR] [\fB-R\fR \fIroot\fR] [\fB-F\fR [\fB-n\fR]] [\fB-s\fR] \fB-a\fR\fR
058ac9ba
BB
1221.ad
1222.sp .6
1223.RS 4n
1224Imports all pools found in the search directories. Identical to the previous command, except that all pools with a sufficient number of devices available are imported. Destroyed pools, pools that were previously destroyed with the "\fBzpool destroy\fR" command, will not be imported unless the \fB-D\fR option is specified.
1225.sp
1226.ne 2
058ac9ba
BB
1227.na
1228\fB\fB-o\fR \fImntopts\fR\fR
1229.ad
1230.RS 21n
2d1b7b0b 1231Comma-separated list of mount options to use when mounting datasets within the pool. See \fBzfs\fR(8) for a description of dataset properties and mount options.
058ac9ba
BB
1232.RE
1233
1234.sp
1235.ne 2
058ac9ba
BB
1236.na
1237\fB\fB-o\fR \fIproperty=value\fR\fR
1238.ad
1239.RS 21n
058ac9ba
BB
1240Sets the specified property on the imported pool. See the "Properties" section for more information on the available pool properties.
1241.RE
1242
1243.sp
1244.ne 2
058ac9ba
BB
1245.na
1246\fB\fB-c\fR \fIcachefile\fR\fR
1247.ad
1248.RS 21n
058ac9ba
BB
1249Reads configuration from the given \fBcachefile\fR that was created with the "\fBcachefile\fR" pool property. This \fBcachefile\fR is used instead of searching for devices.
1250.RE
1251
1252.sp
1253.ne 2
058ac9ba
BB
1254.na
1255\fB\fB-d\fR \fIdir\fR\fR
1256.ad
1257.RS 21n
058ac9ba
BB
1258Searches for devices or files in \fIdir\fR. The \fB-d\fR option can be specified multiple times. This option is incompatible with the \fB-c\fR option.
1259.RE
1260
1261.sp
1262.ne 2
058ac9ba
BB
1263.na
1264\fB\fB-D\fR\fR
1265.ad
1266.RS 21n
058ac9ba
BB
1267Imports destroyed pools only. The \fB-f\fR option is also required.
1268.RE
1269
1270.sp
1271.ne 2
058ac9ba
BB
1272.na
1273\fB\fB-f\fR\fR
1274.ad
1275.RS 21n
058ac9ba
BB
1276Forces import, even if the pool appears to be potentially active.
1277.RE
1278
7f9d9946
BB
1279.sp
1280.ne 2
7f9d9946
BB
1281.na
1282\fB\fB-F\fR\fR
1283.ad
1284.RS 21n
1285Recovery mode for a non-importable pool. Attempt to return the pool to an importable state by discarding the last few transactions. Not all damaged pools can be recovered by using this option. If successful, the data from the discarded transactions is irretrievably lost. This option is ignored if the pool is importable or already imported.
1286.RE
1287
058ac9ba
BB
1288.sp
1289.ne 2
058ac9ba
BB
1290.na
1291\fB\fB-a\fR\fR
1292.ad
1293.RS 21n
6b4e21c6 1294Searches for and imports all pools found.
058ac9ba
BB
1295.RE
1296
7f9d9946
BB
1297.sp
1298.ne 2
7f9d9946
BB
1299.na
1300\fB\fB-m\fR\fR
1301.ad
1302.RS 21n
1303Allows a pool to import when there is a missing log device.
1304.RE
1305
058ac9ba
BB
1306.sp
1307.ne 2
058ac9ba
BB
1308.na
1309\fB\fB-R\fR \fIroot\fR\fR
1310.ad
1311.RS 21n
058ac9ba
BB
1312Sets the "\fBcachefile\fR" property to "\fBnone\fR" and the "\fIaltroot\fR" property to "\fIroot\fR".
1313.RE
1314
7f9d9946
BB
1315.sp
1316.ne 2
7f9d9946
BB
1317.na
1318\fB\fB-N\fR\fR
1319.ad
1320.RS 21n
1321Import the pool without mounting any file systems.
1322.RE
1323
1324.sp
1325.ne 2
7f9d9946
BB
1326.na
1327\fB\fB-n\fR\fR
1328.ad
1329.RS 21n
1330Used with the \fB-F\fR recovery option. Determines whether a non-importable pool can be made importable again, but does not actually perform the pool recovery. For more details about pool recovery mode, see the \fB-F\fR option, above.
1331.RE
1332
21b446a7
TF
1333.sp
1334.ne 2
21b446a7
TF
1335.na
1336\fB\fB-X\fR\fR
1337.ad
1338.RS 21n
1339Used with the \fB-F\fR recovery option. Determines whether extreme measures to find a valid txg should take place. This allows the pool to be rolled back to a txg which is no longer guaranteed to be consistent. Pools imported at an inconsistent txg may contain uncorrectable checksum errors. For more details about pool recovery mode, see the \fB-F\fR option, above.
1340\fBWARNING\fR: This option can be extremely hazardous to the health of your pool and should only be used as a last resort.
1341.RE
1342
1343.sp
1344.ne 2
21b446a7
TF
1345.na
1346\fB\fB-T\fR\fR
1347.ad
1348.RS 21n
1349Specify the txg to use for rollback. Implies \fB-FX\fR. For more details about pool recovery mode, see the \fB-X\fR option, above.
1350\fBWARNING\fR: This option can be extremely hazardous to the health of your pool and should only be used as a last resort.
1351.RE
1352
7d11e37e
BB
1353.sp
1354.ne 2
7d11e37e
BB
1355.na
1356\fB\fB-s\fR
1357.ad
1358.RS 21n
7d11e37e
BB
1359Scan using the default search path, the libblkid cache will not be consulted. A custom search path may be specified by setting the \fBZPOOL_IMPORT_PATH\fR environment variable.
1360.RE
1361
058ac9ba
BB
1362.RE
1363
1364.sp
1365.ne 2
058ac9ba 1366.na
7d11e37e 1367\fB\fBzpool import\fR [\fB-o\fR \fImntopts\fR] [ \fB-o\fR \fIproperty\fR=\fIvalue\fR] ... [\fB-d\fR \fIdir\fR | \fB-c\fR \fIcachefile\fR] [\fB-D\fR] [\fB-f\fR] [\fB-m\fR] [\fB-R\fR \fIroot\fR] [\fB-F\fR [\fB-n\fR]] [\fB-t\fR]] [\fB-s\fR] \fIpool\fR | \fIid\fR [\fInewpool\fR]\fR
058ac9ba
BB
1368.ad
1369.sp .6
1370.RS 4n
1371Imports a specific pool. A pool can be identified by its name or the numeric identifier. If \fInewpool\fR is specified, the pool is imported using the name \fInewpool\fR. Otherwise, it is imported with the same name as its exported name.
1372.sp
1373If a device is removed from a system without running "\fBzpool export\fR" first, the device appears as potentially active. It cannot be determined if this was a failed export, or whether the device is really in use from another host. To import a pool in this state, the \fB-f\fR option is required.
1374.sp
1375.ne 2
058ac9ba
BB
1376.na
1377\fB\fB-o\fR \fImntopts\fR\fR
1378.ad
1379.sp .6
1380.RS 4n
2d1b7b0b 1381Comma-separated list of mount options to use when mounting datasets within the pool. See \fBzfs\fR(8) for a description of dataset properties and mount options.
058ac9ba
BB
1382.RE
1383
1384.sp
1385.ne 2
058ac9ba
BB
1386.na
1387\fB\fB-o\fR \fIproperty=value\fR\fR
1388.ad
1389.sp .6
1390.RS 4n
1391Sets the specified property on the imported pool. See the "Properties" section for more information on the available pool properties.
1392.RE
1393
1394.sp
1395.ne 2
058ac9ba
BB
1396.na
1397\fB\fB-c\fR \fIcachefile\fR\fR
1398.ad
1399.sp .6
1400.RS 4n
1401Reads configuration from the given \fBcachefile\fR that was created with the "\fBcachefile\fR" pool property. This \fBcachefile\fR is used instead of searching for devices.
1402.RE
1403
1404.sp
1405.ne 2
058ac9ba
BB
1406.na
1407\fB\fB-d\fR \fIdir\fR\fR
1408.ad
1409.sp .6
1410.RS 4n
1411Searches for devices or files in \fIdir\fR. The \fB-d\fR option can be specified multiple times. This option is incompatible with the \fB-c\fR option.
1412.RE
1413
1414.sp
1415.ne 2
058ac9ba
BB
1416.na
1417\fB\fB-D\fR\fR
1418.ad
1419.sp .6
1420.RS 4n
1421Imports destroyed pool. The \fB-f\fR option is also required.
1422.RE
1423
1424.sp
1425.ne 2
058ac9ba
BB
1426.na
1427\fB\fB-f\fR\fR
1428.ad
1429.sp .6
1430.RS 4n
1431Forces import, even if the pool appears to be potentially active.
1432.RE
1433
7f9d9946
BB
1434.sp
1435.ne 2
7f9d9946
BB
1436.na
1437\fB\fB-F\fR\fR
1438.ad
1439.sp .6
1440.RS 4n
1441Recovery mode for a non-importable pool. Attempt to return the pool to an importable state by discarding the last few transactions. Not all damaged pools can be recovered by using this option. If successful, the data from the discarded transactions is irretrievably lost. This option is ignored if the pool is importable or already imported.
1442.RE
1443
058ac9ba
BB
1444.sp
1445.ne 2
058ac9ba
BB
1446.na
1447\fB\fB-R\fR \fIroot\fR\fR
1448.ad
1449.sp .6
1450.RS 4n
1451Sets the "\fBcachefile\fR" property to "\fBnone\fR" and the "\fIaltroot\fR" property to "\fIroot\fR".
1452.RE
1453
7f9d9946
BB
1454.sp
1455.ne 2
7f9d9946
BB
1456.na
1457\fB\fB-n\fR\fR
1458.ad
1459.sp .6
1460.RS 4n
1461Used with the \fB-F\fR recovery option. Determines whether a non-importable pool can be made importable again, but does not actually perform the pool recovery. For more details about pool recovery mode, see the \fB-F\fR option, above.
1462.RE
1463
21b446a7
TF
1464.sp
1465.ne 2
21b446a7
TF
1466.na
1467\fB\fB-X\fR\fR
1468.ad
1469.sp .6
1470.RS 4n
1471Used with the \fB-F\fR recovery option. Determines whether extreme measures to find a valid txg should take place. This allows the pool to be rolled back to a txg which is no longer guaranteed to be consistent. Pools imported at an inconsistent txg may contain uncorrectable checksum errors. For more details about pool recovery mode, see the \fB-F\fR option, above.
1472\fBWARNING\fR: This option can be extremely hazardous to the health of your pool and should only be used as a last resort.
1473.RE
1474
1475.sp
1476.ne 2
21b446a7
TF
1477.na
1478\fB\fB-T\fR\fR
1479.ad
1480.sp .6
1481.RS 4n
1482Specify the txg to use for rollback. Implies \fB-FX\fR. For more details about pool recovery mode, see the \fB-X\fR option, above.
1483\fBWARNING\fR: This option can be extremely hazardous to the health of your pool and should only be used as a last resort.
1484.RE
1485
26b42f3f
RY
1486.sp
1487.ne 2
26b42f3f
RY
1488.na
1489\fB\fB-t\fR\fR
1490.ad
1491.sp .6
1492.RS 4n
00d2a8c9 1493Used with "\fBnewpool\fR". Specifies that "\fBnewpool\fR" is temporary. Temporary pool names last until export. Ensures that the original pool name will be used in all label updates and therefore is retained upon export. Will also set -o cachefile=none when not explicitly specified.
26b42f3f
RY
1494.RE
1495
7f9d9946
BB
1496.sp
1497.ne 2
7f9d9946
BB
1498.na
1499\fB\fB-m\fR\fR
1500.ad
1501.sp .6
1502.RS 4n
1503Allows a pool to import when there is a missing log device.
1504.RE
1505
7d11e37e
BB
1506.sp
1507.ne 2
7d11e37e
BB
1508.na
1509\fB\fB-s\fR
1510.ad
1511.sp .6
1512.RS 4n
1513Scan using the default search path, the libblkid cache will not be consulted. A custom search path may be specified by setting the \fBZPOOL_IMPORT_PATH\fR environment variable.
1514.RE
1515
058ac9ba
BB
1516.RE
1517
1518.sp
1519.ne 2
058ac9ba 1520.na
d6418de0 1521\fB\fBzpool iostat\fR [[[\fB-c\fR \fBSCRIPT\fR] [\fB-lq\fR]] | \fB-rw\fR] [\fB-T\fR \fBd\fR | \fBu\fR] [\fB-ghHLpPvy\fR] [[\fIpool\fR ...]|[\fIpool vdev\fR ...]|[\fIvdev\fR ...]] [\fIinterval\fR[\fIcount\fR]]\fR
193a37cb 1522
058ac9ba
BB
1523.ad
1524.sp .6
1525.RS 4n
193a37cb
TH
1526Displays \fBI/O\fR statistics for the given \fIpool\fRs/\fIvdev\fRs. You can
1527pass in a list of \fIpool\fRs, a \fIpool\fR and list of \fIvdev\fRs in that
1528\fIpool\fR, or a list of any \fIvdev\fRs from any \fIpool\fR. If no items are
1529specified, statistics for every pool in the system are shown. When given an
1530interval, the statistics are printed every \fIinterval\fR seconds until
1531\fBCtrl-C\fR is pressed. If \fIcount\fR is specified, the command exits after
1532\fIcount\fR reports are printed. The first report printed is always the
1533statistics since boot regardless of whether \fIinterval\fR and \fIcount\fR
1534are passed. However, this behavior can be suppressed with the -y flag. Also
1535note that the units of 'K', 'M', 'G'... that are printed in the report are in
1536base 1024. To get the raw values, use the \fB-p\fR flag.
8720e9e7
TH
1537.sp
1538.ne 2
1539.na
d6418de0 1540\fB\fB-c\fR \fB[SCRIPT1,SCRIPT2,...]\fR
8720e9e7
TH
1541.ad
1542.RS 12n
d6418de0 1543Run a script (or scripts) on each vdev and include the output in zpool iostat
8720e9e7 1544.sp
d6418de0
TH
1545The \fB-c\fR option allows you to run script(s) for each vdev and display the
1546output in zpool iostat. For security reasons, a user can only execute scripts
1547found in the /<etc>/zfs/zpool.d directory as an unprivileged user. However, a
1548privileged user can run \fB-c\fR if they have the ZPOOL_SCRIPTS_AS_ROOT
1549environment variable set. If a script requires the use of a privileged
1550command (like smartctl) then it's recommended you allow the user access to it in
1551/etc/sudoers. For example, to allow user "zfsuser" access to "smartctl -a", add
1552the following to /etc/sudoers:
1553
1554zfsuser ALL=NOPASSWD: /usr/sbin/smartctl -a /dev/sd[a-z]*, NOEXEC: /usr/sbin/smartctl -a /dev/sd[a-z]*`
1555
1556If \fB-c\fR is passed without a script name, it prints a list of all scripts.
1557\fB-c\fR also sets verbose mode (\fB-v\fR).
1558
1559Script output should be in the form of "name=value". The column name is
1560set to "name" and the value is set to "value". Multiple lines can be used to
1561output multiple columns. The first line of output not in the "name=value"
1562format is displayed without a column title, and no more output after that is
1563displayed. This can be useful for printing error messages. Blank or NULL
1564values are printed as a '-' to make output awk-able.
1565
1566The following environment variables are set before running each script:
b291029e
TH
1567.sp
1568\fB$VDEV_PATH\fR: Full path to the vdev.
1569.LP
1570\fB$VDEV_UPATH\fR: "Underlying path" to the vdev. For device mapper, multipath, or
1571partitioned vdevs, \fBVDEV_UPATH\fR is the actual underlying /dev/sd* disk.
1572This can be useful if the command you're running requires a /dev/sd* device.
1573.LP
1574\fB$VDEV_ENC_SYSFS_PATH\fR: The sysfs path to the vdev's enclosure LEDs (if any).
8720e9e7
TH
1575.RE
1576
058ac9ba
BB
1577.sp
1578.ne 2
058ac9ba
BB
1579.na
1580\fB\fB-T\fR \fBu\fR | \fBd\fR\fR
1581.ad
1582.RS 12n
058ac9ba
BB
1583Display a time stamp.
1584.sp
1585Specify \fBu\fR for a printed representation of the internal representation of time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See \fBdate\fR(1).
1586.RE
1587
d2f3e292
RY
1588.sp
1589.ne 2
d2f3e292
RY
1590.na
1591\fB\fB-g\fR\fR
1592.ad
1593.RS 12n
d2f3e292
RY
1594Display vdev GUIDs instead of the normal device names. These GUIDs can be used in place of device names for the zpool detach/offline/remove/replace commands.
1595.RE
1596
193a37cb
TH
1597.sp
1598.ne 2
193a37cb
TH
1599.na
1600\fB\fB-H\fR\fR
1601.ad
1602.RS 12n
193a37cb
TH
1603Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space.
1604.RE
1605
d2f3e292
RY
1606.sp
1607.ne 2
d2f3e292
RY
1608.na
1609\fB\fB-L\fR\fR
1610.ad
1611.RS 12n
d2f3e292
RY
1612Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the /dev/disk/ path used to open it.
1613.RE
1614
193a37cb
TH
1615.sp
1616.ne 2
193a37cb
TH
1617.na
1618\fB\fB-p\fR\fR
1619.ad
1620.RS 12n
3491d6eb 1621Display numbers in parsable (exact) values. Time values are in nanoseconds.
193a37cb
TH
1622.RE
1623
d2f3e292
RY
1624.sp
1625.ne 2
d2f3e292 1626.na
a77f29f9 1627\fB\fB-P\fR\fR
d2f3e292
RY
1628.ad
1629.RS 12n
d2f3e292
RY
1630Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the \fB-L\fR flag.
1631.RE
1632
7e945072
TH
1633.sp
1634.ne 2
1635.na
1636\fB\fB-r\fR\fR
1637.ad
1638.RS 12n
1639Print request size histograms for the leaf ZIOs. This includes histograms of
1640individual ZIOs ("ind") and aggregate ZIOs ("agg"). These stats can be useful
1641for seeing how well the ZFS IO aggregator is working. Do not confuse these
1642request size stats with the block layer requests; it's possible ZIOs can
1643be broken up before being sent to the block device.
1644.RE
1645
058ac9ba
BB
1646.sp
1647.ne 2
058ac9ba
BB
1648.na
1649\fB\fB-v\fR\fR
1650.ad
1651.RS 12n
058ac9ba
BB
1652Verbose statistics. Reports usage statistics for individual \fIvdevs\fR within the pool, in addition to the pool-wide statistics.
1653.RE
1654
41092124
HM
1655.sp
1656.ne 2
41092124
HM
1657.na
1658\fB\fB-y\fR\fR
1659.ad
1660.RS 12n
41092124
HM
1661Omit statistics since boot. Normally the first line of output reports the statistics since boot. This option suppresses that first line of output.
1662.RE
193a37cb
TH
1663.sp
1664.ne 2
193a37cb
TH
1665.na
1666\fB\fB-w\fR\fR
1667.ad
1668.RS 12n
193a37cb
TH
1669Display latency histograms:
1670
1671.sp
1672.ne 2
193a37cb
TH
1673.na
1674total_wait:
1675.ad
1676.RS 20n
193a37cb
TH
1677Total IO time (queuing + disk IO time).
1678.RE
1679.ne 2
193a37cb
TH
1680.na
1681disk_wait:
1682.ad
1683.RS 20n
193a37cb
TH
1684Disk IO time (time reading/writing the disk).
1685.RE
1686.ne 2
193a37cb
TH
1687.na
1688syncq_wait:
1689.ad
1690.RS 20n
193a37cb
TH
1691Amount of time IO spent in synchronous priority queues. Does not include
1692disk time.
1693.RE
1694.ne 2
193a37cb
TH
1695.na
1696asyncq_wait:
1697.ad
1698.RS 20n
193a37cb
TH
1699Amount of time IO spent in asynchronous priority queues. Does not include
1700disk time.
1701.RE
1702.ne 2
193a37cb
TH
1703.na
1704scrub:
1705.ad
1706.RS 20n
193a37cb
TH
1707Amount of time IO spent in scrub queue. Does not include disk time.
1708
1709
1710.RE
1711
1712All histogram buckets are power-of-two sized. The time labels are the end
1713ranges of the buckets, so for example, a 15ns bucket stores latencies from
17148-15ns. The last bucket is also a catch-all for latencies higher than the
1715maximum.
1716.RE
1717.sp
1718.ne 2
193a37cb
TH
1719.na
1720\fB\fB-l\fR\fR
1721.ad
1722.RS 12n
193a37cb
TH
1723Include average latency statistics:
1724
1725.sp
1726.ne 2
193a37cb
TH
1727.na
1728total_wait:
1729.ad
1730.RS 20n
193a37cb
TH
1731Average total IO time (queuing + disk IO time).
1732.RE
1733.ne 2
193a37cb
TH
1734.na
1735disk_wait:
1736.ad
1737.RS 20n
193a37cb
TH
1738Average disk IO time (time reading/writing the disk).
1739.RE
1740.ne 2
193a37cb
TH
1741.na
1742syncq_wait:
1743.ad
1744.RS 20n
193a37cb
TH
1745Average amount of time IO spent in synchronous priority queues. Does not
1746include disk time.
1747.RE
1748.ne 2
193a37cb
TH
1749.na
1750asyncq_wait:
1751.ad
1752.RS 20n
193a37cb
TH
1753Average amount of time IO spent in asynchronous priority queues. Does not
1754include disk time.
1755.RE
1756.ne 2
193a37cb
TH
1757.na
1758scrub:
1759.ad
1760.RS 20n
193a37cb
TH
1761Average queuing time in scrub queue. Does not include disk time.
1762.RE
41092124 1763
193a37cb
TH
1764.RE
1765.sp
1766.ne 2
193a37cb
TH
1767.na
1768\fB\fB-q\fR\fR
1769.ad
1770.RS 12n
193a37cb
TH
1771Include active queue statistics. Each priority queue has both pending ("pend")
1772and active ("activ") IOs. Pending IOs are waiting to be issued to the disk, and
1773active IOs have been issued to disk and are waiting for completion. These stats
1774are broken out by priority queue:
1775.sp
1776.ne 2
193a37cb
TH
1777.na
1778syncq_read/write:
1779.ad
1780.RS 20n
193a37cb
TH
1781Current number of entries in synchronous priority queues.
1782.RE
1783.ne 2
193a37cb
TH
1784.na
1785asyncq_read/write:
1786.ad
1787.RS 20n
193a37cb
TH
1788Current number of entries in asynchronous priority queues.
1789.RE
1790.ne 2
193a37cb
TH
1791.na
1792scrubq_read:
1793.ad
1794.RS 20n
193a37cb 1795Current number of entries in scrub queue.
058ac9ba
BB
1796.RE
1797
193a37cb
TH
1798All queue statistics are instantaneous measurements of the number of entries
1799in the queues. If you specify an interval, the measurements will be sampled
1800from the end of the interval.
1801.RE
1c911612
HJ
1802
1803.RE
1804
131cc95c
DK
1805.sp
1806.ne 2
131cc95c
DK
1807.na
1808\fB\fBzpool labelclear\fR [\fB-f\fR] \fIdevice\fR
1809.ad
1810.sp .6
1811.RS 4n
1812Removes ZFS label information from the specified device. The device must not be part of an active pool configuration.
1813.sp
1814.ne 2
131cc95c
DK
1815.na
1816\fB\fB-f\fR\fR
1817.ad
1818.RS 12n
131cc95c
DK
1819Treat exported or foreign devices as inactive.
1820.RE
1821
1822.RE
1823
058ac9ba
BB
1824.sp
1825.ne 2
058ac9ba 1826.na
2a8b84b7 1827\fB\fBzpool list\fR [\fB-T\fR \fBd\fR | \fBu\fR] [\fB-HgLpPv\fR] [\fB-o\fR \fIprops\fR[,...]] [\fIpool\fR] ... [\fIinterval\fR[\fIcount\fR]]\fR
058ac9ba
BB
1828.ad
1829.sp .6
1830.RS 4n
6e1b9d03 1831Lists the given pools along with a health status and space usage. If no \fIpools\fR are specified, all pools in the system are listed. When given an \fIinterval\fR, the information is printed every \fIinterval\fR seconds until \fBCtrl-C\fR is pressed. If \fIcount\fR is specified, the command exits after \fIcount\fR reports are printed.
058ac9ba
BB
1832.sp
1833.ne 2
058ac9ba
BB
1834.na
1835\fB\fB-H\fR\fR
1836.ad
1837.RS 12n
058ac9ba
BB
1838Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space.
1839.RE
1840
d2f3e292
RY
1841.sp
1842.ne 2
d2f3e292
RY
1843.na
1844\fB\fB-g\fR\fR
1845.ad
1846.RS 12n
d2f3e292
RY
1847Display vdev GUIDs instead of the normal device names. These GUIDs can be used in place of device names for the zpool detach/offline/remove/replace commands.
1848.RE
1849
1850.sp
1851.ne 2
d2f3e292
RY
1852.na
1853\fB\fB-L\fR\fR
1854.ad
1855.RS 12n
d2f3e292
RY
1856Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the /dev/disk/ path used to open it.
1857.RE
1858
2a8b84b7
AS
1859.sp
1860.ne 2
2a8b84b7
AS
1861.na
1862\fB\fB-p\fR\fR
1863.ad
1864.RS 12n
2a8b84b7
AS
1865Display numbers in parsable (exact) values.
1866.RE
1867
d2f3e292
RY
1868.sp
1869.ne 2
d2f3e292 1870.na
a77f29f9 1871\fB\fB-P\fR\fR
d2f3e292
RY
1872.ad
1873.RS 12n
d2f3e292
RY
1874Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the \fB-L\fR flag.
1875.RE
1876
2a8b84b7 1877.sp
6e1b9d03 1878.ne 2
6e1b9d03 1879.na
2e2ddc30 1880\fB\fB-T\fR \fBd\fR | \fBu\fR\fR
6e1b9d03
CE
1881.ad
1882.RS 12n
6e1b9d03
CE
1883Display a time stamp.
1884.sp
1885Specify \fBu\fR for a printed representation of the internal representation of time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See \fBdate\fR(1).
1886.RE
1887
058ac9ba
BB
1888.sp
1889.ne 2
058ac9ba
BB
1890.na
1891\fB\fB-o\fR \fIprops\fR\fR
1892.ad
1893.RS 12n
d4567085 1894Comma-separated list of properties to display. See the "Properties" section for a list of valid properties. The default list is "name, size, alloc, free, fragmentation, expandsize, capacity, dedupratio, health, altroot"
1bd201e7
CS
1895.RE
1896
1897.sp
1898.ne 2
1bd201e7
CS
1899.na
1900\fB\fB-v\fR\fR
1901.ad
1902.RS 12n
1bd201e7 1903Verbose statistics. Reports usage statistics for individual \fIvdevs\fR within the pool, in addition to the pool-wise statistics.
058ac9ba
BB
1904.RE
1905
1906.RE
1907
1908.sp
1909.ne 2
058ac9ba 1910.na
4a283c7f 1911\fB\fBzpool offline\fR [\fB-f\fR] [\fB-t\fR] \fIpool\fR \fIdevice\fR ...\fR
058ac9ba
BB
1912.ad
1913.sp .6
1914.RS 4n
1915Takes the specified physical device offline. While the \fIdevice\fR is offline, no attempt is made to read or write to the device.
1916.sp
4a283c7f
TH
1917.ne 2
1918.na
1919\fB\fB-f\fR\fR
1920.ad
1921.RS 6n
1922Force fault. Instead of offlining the disk, put it into a faulted state. The
1923fault will persist across imports unless the \fB-t\fR flag was specified.
1924.RE
1925
058ac9ba
BB
1926.sp
1927.ne 2
058ac9ba
BB
1928.na
1929\fB\fB-t\fR\fR
1930.ad
1931.RS 6n
058ac9ba
BB
1932Temporary. Upon reboot, the specified physical device reverts to its previous state.
1933.RE
1934
1935.RE
1936
1937.sp
1938.ne 2
058ac9ba
BB
1939.na
1940\fB\fBzpool online\fR [\fB-e\fR] \fIpool\fR \fIdevice\fR...\fR
1941.ad
1942.sp .6
1943.RS 4n
1944Brings the specified physical device online.
1945.sp
1946This command is not applicable to spares or cache devices.
1947.sp
1948.ne 2
058ac9ba
BB
1949.na
1950\fB\fB-e\fR\fR
1951.ad
1952.RS 6n
058ac9ba
BB
1953Expand the device to use all available space. If the device is part of a mirror or \fBraidz\fR then all devices must be expanded before the new space will become available to the pool.
1954.RE
1955
1956.RE
1957
1958.sp
1959.ne 2
058ac9ba 1960.na
3541dc6d
GA
1961\fB\fBzpool reguid\fR \fIpool\fR
1962.ad
1963.sp .6
1964.RS 4n
5853fe79
GW
1965Generates a new unique identifier for the pool. You must ensure that all
1966devices in this pool are online and healthy before performing this action.
1967.RE
1968
1969.sp
1970.ne 2
1971.na
1972\fB\fBzpool reopen\fR \fIpool\fR
1973.ad
1974.sp .6
1975.RS 4n
1976Reopen all the vdevs associated with the pool.
3541dc6d
GA
1977.RE
1978
1979.sp
1980.ne 2
1981.na
058ac9ba
BB
1982\fB\fBzpool remove\fR \fIpool\fR \fIdevice\fR ...\fR
1983.ad
1984.sp .6
1985.RS 4n
1986Removes the specified device from the pool. This command currently only supports removing hot spares, cache, and log devices. A mirrored log device can be removed by specifying the top-level mirror for the log. Non-log devices that are part of a mirrored configuration can be removed using the \fBzpool detach\fR command. Non-redundant and \fBraidz\fR devices cannot be removed from a pool.
1987.RE
1988
1989.sp
1990.ne 2
058ac9ba 1991.na
628668a3 1992\fB\fBzpool replace\fR [\fB-f\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fIold_device\fR [\fInew_device\fR]\fR
058ac9ba
BB
1993.ad
1994.sp .6
1995.RS 4n
1996Replaces \fIold_device\fR with \fInew_device\fR. This is equivalent to attaching \fInew_device\fR, waiting for it to resilver, and then detaching \fIold_device\fR.
1997.sp
1998The size of \fInew_device\fR must be greater than or equal to the minimum size of all the devices in a mirror or \fBraidz\fR configuration.
1999.sp
1fe2e237 2000\fInew_device\fR is required if the pool is not redundant. If \fInew_device\fR is not specified, it defaults to \fIold_device\fR. This form of replacement is useful after an existing disk has failed and has been physically replaced. In this case, the new disk may have the same \fB/dev\fR path as the old device, even though it is actually a different disk. \fBZFS\fR recognizes this.
058ac9ba
BB
2001.sp
2002.ne 2
058ac9ba
BB
2003.na
2004\fB\fB-f\fR\fR
2005.ad
2006.RS 6n
058ac9ba
BB
2007Forces use of \fInew_device\fR, even if its appears to be in use. Not all devices can be overridden in this manner.
2008.RE
2009
628668a3
TF
2010.sp
2011.ne 2
628668a3
TF
2012.na
2013\fB\fB-o\fR \fIproperty=value\fR
2014.ad
2015.sp .6n
2016.RS 6n
dddef7d6 2017Sets the given pool properties. See the "Properties" section for a list of valid properties that can be set. The only property supported at the moment is \fBashift\fR.
628668a3
TF
2018.RE
2019
058ac9ba
BB
2020.RE
2021
2022.sp
2023.ne 2
058ac9ba
BB
2024.na
2025\fB\fBzpool scrub\fR [\fB-s\fR] \fIpool\fR ...\fR
2026.ad
2027.sp .6
2028.RS 4n
2029Begins a scrub. The scrub examines all data in the specified pools to verify that it checksums correctly. For replicated (mirror or \fBraidz\fR) devices, \fBZFS\fR automatically repairs any damage discovered during the scrub. The "\fBzpool status\fR" command reports the progress of the scrub and summarizes the results of the scrub upon completion.
2030.sp
2031Scrubbing and resilvering are very similar operations. The difference is that resilvering only examines data that \fBZFS\fR knows to be out of date (for example, when attaching a new device to a mirror or replacing an existing device), whereas scrubbing examines all data to discover silent errors due to hardware faults or disk failure.
2032.sp
2033Because scrubbing and resilvering are \fBI/O\fR-intensive operations, \fBZFS\fR only allows one at a time. If a scrub is already in progress, the "\fBzpool scrub\fR" command terminates it and starts a new scrub. If a resilver is in progress, \fBZFS\fR does not allow a scrub to be started until the resilver completes.
2034.sp
2035.ne 2
058ac9ba
BB
2036.na
2037\fB\fB-s\fR\fR
2038.ad
2039.RS 6n
058ac9ba
BB
2040Stop scrubbing.
2041.RE
2042
2043.RE
2044
2045.sp
2046.ne 2
058ac9ba
BB
2047.na
2048\fB\fBzpool set\fR \fIproperty\fR=\fIvalue\fR \fIpool\fR\fR
2049.ad
2050.sp .6
2051.RS 4n
2052Sets the given property on the specified pool. See the "Properties" section for more information on what properties can be set and acceptable values.
2053.RE
2054
fb827006
SB
2055.sp
2056.ne 2
fb827006 2057.na
a77f29f9 2058\fBzpool split\fR [\fB-gLnP\fR] [\fB-R\fR \fIaltroot\fR] [\fB-o\fR \fIproperty=value\fR] \fIpool\fR \fInewpool\fR [\fIdevice\fR ...]
fb827006
SB
2059.ad
2060.sp .6
2061.RS 4n
52e68edc
TC
2062Split devices off \fIpool\fR creating \fInewpool\fR. All \fBvdev\fRs in \fIpool\fR must be mirrors and the pool must not be in the process of resilvering. At the time of the split, \fInewpool\fR will be a replica of \fIpool\fR. By default, the last device in each mirror is split from \fIpool\fR to create \fInewpool\fR.
2063
2064The optional \fIdevice\fR specification causes the specified device(s) to be included in the new pool and, should any devices remain unspecified, the last device in each mirror is used as would be by default.
fb827006 2065
d2f3e292
RY
2066.sp
2067.ne 2
d2f3e292
RY
2068.na
2069\fB\fB-g\fR\fR
2070.ad
2071.RS 6n
d2f3e292
RY
2072Display vdev GUIDs instead of the normal device names. These GUIDs can be used in place of device names for the zpool detach/offline/remove/replace commands.
2073.RE
2074
2075.sp
2076.ne 2
d2f3e292
RY
2077.na
2078\fB\fB-L\fR\fR
2079.ad
2080.RS 6n
d2f3e292
RY
2081Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the /dev/disk/ path used to open it.
2082.RE
2083
fb827006
SB
2084.sp
2085.ne 2
fb827006
SB
2086.na
2087\fB\fB-n\fR \fR
2088.ad
2089.sp .6
2090.RS 4n
2091Do dry run, do not actually perform the split. Print out the expected configuration of \fInewpool\fR.
2092.RE
2093
d2f3e292
RY
2094.sp
2095.ne 2
d2f3e292 2096.na
a77f29f9 2097\fB\fB-P\fR\fR
d2f3e292
RY
2098.ad
2099.RS 6n
d2f3e292
RY
2100Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the \fB-L\fR flag.
2101.RE
2102
fb827006
SB
2103.sp
2104.ne 2
fb827006
SB
2105.na
2106\fB\fB-R\fR \fIaltroot\fR \fR
2107.ad
2108.sp .6
2109.RS 4n
6b4e21c6 2110Set \fIaltroot\fR for \fInewpool\fR and automatically import it. This can be useful to avoid mountpoint collisions if \fInewpool\fR is imported on the same filesystem as \fIpool\fR.
fb827006
SB
2111.RE
2112
2113.sp
2114.ne 2
fb827006
SB
2115.na
2116\fB\fB-o\fR \fIproperty=value\fR \fR
2117.ad
2118.sp .6
2119.RS 4n
2120Sets the specified property for \fInewpool\fR. See the “Properties” section for more information on the available pool properties.
2121.RE
2122
2123.RE
2124
058ac9ba
BB
2125.sp
2126.ne 2
058ac9ba 2127.na
d6418de0 2128\fBzpool status\fR [\fB-c\fR \fB[SCRIPT1,SCRIPT2,...] \fR] [\fB-gLPvxD\fR] [\fB-T\fR d | u] [\fIpool\fR] ... [\fIinterval\fR [\fIcount\fR]]
058ac9ba
BB
2129.ad
2130.sp .6
2131.RS 4n
2132Displays the detailed health status for the given pools. If no \fIpool\fR is specified, then the status of each pool in the system is displayed. For more information on pool and device health, see the "Device Failure and Recovery" section.
2133.sp
2134If a scrub or resilver is in progress, this command reports the percentage done and the estimated time to completion. Both of these are only approximate, because the amount of data in the pool and the other workloads on the system can change.
d2f3e292 2135
8720e9e7
TH
2136.sp
2137.ne 2
2138.na
d6418de0 2139\fB\fB-c\fR \fB[SCRIPT1,SCRIPT2,...]\fR
8720e9e7
TH
2140.ad
2141.RS 12n
d6418de0 2142Run a script (or scripts) on each vdev and include the output in zpool status
8720e9e7 2143.sp
d6418de0
TH
2144The \fB-c\fR option allows you to run script(s) for each vdev and display the
2145output in zpool iostat. For security reasons, a user can only execute scripts
2146found in the /<etc>/zfs/zpool.d directory as an unprivileged user. However, a
2147privileged user can run \fB-c\fR if they have the ZPOOL_SCRIPTS_AS_ROOT
2148environment variable set. If a script requires the use of a privileged
2149command (like smartctl) then it's recommended you allow the user access to it in
2150/etc/sudoers. For example, to allow user "zfsuser" access to "smartctl -a", add
2151the following to /etc/sudoers:
2152
2153zfsuser ALL=NOPASSWD: /usr/sbin/smartctl -a /dev/sd[a-z]*, NOEXEC: /usr/sbin/smartctl -a /dev/sd[a-z]*`
2154
2155If \fB-c\fR is passed without a script name, it prints a list of all scripts.
2156
2157Script output should be in the form of "name=value". The column name is
2158set to "name" and the value is set to "value". Multiple lines can be used to
2159output multiple columns. The first line of output not in the "name=value"
2160format is displayed without a column title, and no more output after that is
2161displayed. This can be useful for printing error messages. Blank or NULL
2162values are printed as a '-' to make output awk-able.
2163
2164The following environment variables are set before running each command:
b291029e
TH
2165.sp
2166\fB$VDEV_PATH\fR: Full path to the vdev.
2167.LP
2168\fB$VDEV_UPATH\fR: "Underlying path" to the vdev. For device mapper, multipath, or
2169partitioned vdevs, \fBVDEV_UPATH\fR is the actual underlying /dev/sd* disk.
2170This can be useful if the command you're running requires a /dev/sd* device.
2171.LP
2172\fB$VDEV_ENC_SYSFS_PATH\fR: The sysfs path to the vdev's enclosure LEDs (if any).
8720e9e7
TH
2173.RE
2174
058ac9ba
BB
2175.sp
2176.ne 2
058ac9ba 2177.na
d2f3e292 2178\fB\fB-g\fR\fR
058ac9ba 2179.ad
2e2ddc30 2180.RS 12n
d2f3e292
RY
2181Display vdev GUIDs instead of the normal device names. These GUIDs can be used innplace of device names for the zpool detach/offline/remove/replace commands.
2182.RE
2183
2184.sp
2185.ne 2
d2f3e292
RY
2186.na
2187\fB\fB-L\fR\fR
2188.ad
2189.RS 12n
d2f3e292
RY
2190Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the /dev/disk/ path used to open it.
2191.RE
2192
2193.sp
2194.ne 2
d2f3e292 2195.na
a77f29f9 2196\fB\fB-P\fR\fR
d2f3e292
RY
2197.ad
2198.RS 12n
d2f3e292 2199Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the \fB-L\fR flag.
058ac9ba
BB
2200.RE
2201
2202.sp
2203.ne 2
058ac9ba
BB
2204.na
2205\fB\fB-v\fR\fR
2206.ad
2e2ddc30 2207.RS 12n
058ac9ba
BB
2208Displays verbose data error information, printing out a complete list of all data errors since the last complete pool scrub.
2209.RE
2210
d2f3e292
RY
2211.sp
2212.ne 2
d2f3e292
RY
2213.na
2214\fB\fB-x\fR\fR
2215.ad
2216.RS 12n
d2f3e292
RY
2217Only display status for pools that are exhibiting errors or are otherwise unavailable. Warnings about pools not using the latest on-disk format will not be included.
2218.RE
2219
2e2ddc30
TC
2220.sp
2221.ne 2
2e2ddc30
TC
2222.na
2223\fB\fB-D\fR\fR
2224.ad
2225.RS 12n
2e2ddc30
TC
2226Display a histogram of deduplication statistics, showing the allocated (physically present on disk) and
2227referenced (logically referenced in the pool) block counts and sizes by reference count.
2228.RE
2229
2230.sp
2231.ne 2
2e2ddc30
TC
2232.na
2233\fB\fB-T\fR \fBd\fR | \fBu\fR\fR
2234.ad
2235.RS 12n
2e2ddc30
TC
2236Display a time stamp.
2237.sp
2238Specify \fBu\fR for a printed representation of the internal representation of time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See \fBdate\fR(1).
058ac9ba
BB
2239.RE
2240
53e03135 2241.RE
2242
058ac9ba
BB
2243.sp
2244.ne 2
058ac9ba
BB
2245.na
2246\fB\fBzpool upgrade\fR\fR
2247.ad
2248.sp .6
2249.RS 4n
b9b24bb4 2250Displays pools which do not have all supported features enabled and pools formatted using a legacy ZFS version number. These pools can continue to be used, but some features may not be available. Use "\fBzpool upgrade -a\fR" to enable all features on all pools.
058ac9ba
BB
2251.RE
2252
2253.sp
2254.ne 2
058ac9ba
BB
2255.na
2256\fB\fBzpool upgrade\fR \fB-v\fR\fR
2257.ad
2258.sp .6
2259.RS 4n
b9b24bb4 2260Displays legacy \fBZFS\fR versions supported by the current software. See \fBzfs-features\fR(5) for a description of feature flags features supported by the current software.
058ac9ba
BB
2261.RE
2262
2263.sp
2264.ne 2
058ac9ba
BB
2265.na
2266\fB\fBzpool upgrade\fR [\fB-V\fR \fIversion\fR] \fB-a\fR | \fIpool\fR ...\fR
2267.ad
2268.sp .6
2269.RS 4n
8f343973 2270Enables all supported features on the given pool. Once this is done, the pool will no longer be accessible on systems that do not support feature flags. See \fBzfs-features\fR(5) for details on compatibility with systems that support feature flags, but do not support all features enabled on the pool.
058ac9ba
BB
2271.sp
2272.ne 2
058ac9ba
BB
2273.na
2274\fB\fB-a\fR\fR
2275.ad
2276.RS 14n
b9b24bb4 2277Enables all supported features on all pools.
058ac9ba
BB
2278.RE
2279
2280.sp
2281.ne 2
058ac9ba
BB
2282.na
2283\fB\fB-V\fR \fIversion\fR\fR
2284.ad
2285.RS 14n
b9b24bb4 2286Upgrade to the specified legacy version. If the \fB-V\fR flag is specified, no features will be enabled on the pool. This option can only be used to increase the version number up to the last supported legacy version number.
058ac9ba
BB
2287.RE
2288
2289.RE
2290
2291.SH EXAMPLES
2292.LP
2293\fBExample 1 \fRCreating a RAID-Z Storage Pool
2294.sp
2295.LP
2296The following command creates a pool with a single \fBraidz\fR root \fIvdev\fR that consists of six disks.
2297
2298.sp
2299.in +2
2300.nf
54e5f226 2301# \fBzpool create tank raidz sda sdb sdc sdd sde sdf\fR
058ac9ba
BB
2302.fi
2303.in -2
2304.sp
2305
2306.LP
2307\fBExample 2 \fRCreating a Mirrored Storage Pool
2308.sp
2309.LP
2310The following command creates a pool with two mirrors, where each mirror contains two disks.
2311
2312.sp
2313.in +2
2314.nf
54e5f226 2315# \fBzpool create tank mirror sda sdb mirror sdc sdd\fR
058ac9ba
BB
2316.fi
2317.in -2
2318.sp
2319
2320.LP
54e5f226 2321\fBExample 3 \fRCreating a ZFS Storage Pool by Using Partitions
058ac9ba
BB
2322.sp
2323.LP
54e5f226 2324The following command creates an unmirrored pool using two disk partitions.
058ac9ba
BB
2325
2326.sp
2327.in +2
2328.nf
54e5f226 2329# \fBzpool create tank sda1 sdb2\fR
058ac9ba
BB
2330.fi
2331.in -2
2332.sp
2333
2334.LP
2335\fBExample 4 \fRCreating a ZFS Storage Pool by Using Files
2336.sp
2337.LP
2338The following command creates an unmirrored pool using files. While not recommended, a pool based on files can be useful for experimental purposes.
2339
2340.sp
2341.in +2
2342.nf
2343# \fBzpool create tank /path/to/file/a /path/to/file/b\fR
2344.fi
2345.in -2
2346.sp
2347
2348.LP
2349\fBExample 5 \fRAdding a Mirror to a ZFS Storage Pool
2350.sp
2351.LP
6b92390f 2352The following command adds two mirrored disks to the pool \fItank\fR, assuming the pool is already made up of two-way mirrors. The additional space is immediately available to any datasets within the pool.
058ac9ba
BB
2353
2354.sp
2355.in +2
2356.nf
54e5f226 2357# \fBzpool add tank mirror sda sdb\fR
058ac9ba
BB
2358.fi
2359.in -2
2360.sp
2361
2362.LP
2363\fBExample 6 \fRListing Available ZFS Storage Pools
2364.sp
2365.LP
2366The following command lists all available pools on the system. In this case, the pool \fIzion\fR is faulted due to a missing device.
2367
2368.sp
2369.LP
2370The results from this command are similar to the following:
2371
2372.sp
2373.in +2
2374.nf
2375# \fBzpool list\fR
f3a7f661
GW
2376NAME SIZE ALLOC FREE FRAG EXPANDSZ CAP DEDUP HEALTH ALTROOT
2377rpool 19.9G 8.43G 11.4G 33% - 42% 1.00x ONLINE -
2378tank 61.5G 20.0G 41.5G 48% - 32% 1.00x ONLINE -
2379zion - - - - - - - FAULTED -
058ac9ba
BB
2380.fi
2381.in -2
2382.sp
2383
2384.LP
2385\fBExample 7 \fRDestroying a ZFS Storage Pool
2386.sp
2387.LP
6b92390f 2388The following command destroys the pool \fItank\fR and any datasets contained within.
058ac9ba
BB
2389
2390.sp
2391.in +2
2392.nf
2393# \fBzpool destroy -f tank\fR
2394.fi
2395.in -2
2396.sp
2397
2398.LP
2399\fBExample 8 \fRExporting a ZFS Storage Pool
2400.sp
2401.LP
2402The following command exports the devices in pool \fItank\fR so that they can be relocated or later imported.
2403
2404.sp
2405.in +2
2406.nf
2407# \fBzpool export tank\fR
2408.fi
2409.in -2
2410.sp
2411
2412.LP
2413\fBExample 9 \fRImporting a ZFS Storage Pool
2414.sp
2415.LP
6b92390f 2416The following command displays available pools, and then imports the pool \fItank\fR for use on the system.
058ac9ba
BB
2417
2418.sp
2419.LP
2420The results from this command are similar to the following:
2421
2422.sp
2423.in +2
2424.nf
2425# \fBzpool import\fR
2426 pool: tank
2427 id: 15451357997522795478
2428 state: ONLINE
2429action: The pool can be imported using its name or numeric identifier.
2430config:
2431
2432 tank ONLINE
2433 mirror ONLINE
54e5f226
RL
2434 sda ONLINE
2435 sdb ONLINE
058ac9ba
BB
2436
2437# \fBzpool import tank\fR
2438.fi
2439.in -2
2440.sp
2441
2442.LP
2443\fBExample 10 \fRUpgrading All ZFS Storage Pools to the Current Version
2444.sp
2445.LP
2446The following command upgrades all ZFS Storage pools to the current version of the software.
2447
2448.sp
2449.in +2
2450.nf
2451# \fBzpool upgrade -a\fR
251eb26d 2452This system is currently running ZFS pool version 28.
058ac9ba
BB
2453.fi
2454.in -2
2455.sp
2456
2457.LP
2458\fBExample 11 \fRManaging Hot Spares
2459.sp
2460.LP
2461The following command creates a new pool with an available hot spare:
2462
2463.sp
2464.in +2
2465.nf
54e5f226 2466# \fBzpool create tank mirror sda sdb spare sdc\fR
058ac9ba
BB
2467.fi
2468.in -2
2469.sp
2470
2471.sp
2472.LP
2473If one of the disks were to fail, the pool would be reduced to the degraded state. The failed device can be replaced using the following command:
2474
2475.sp
2476.in +2
2477.nf
54e5f226 2478# \fBzpool replace tank sda sdd\fR
058ac9ba
BB
2479.fi
2480.in -2
2481.sp
2482
2483.sp
2484.LP
0d122e21 2485Once the data has been resilvered, the spare is automatically removed and is made available for use should another device fails. The hot spare can be permanently removed from the pool using the following command:
058ac9ba
BB
2486
2487.sp
2488.in +2
2489.nf
54e5f226 2490# \fBzpool remove tank sdc\fR
058ac9ba
BB
2491.fi
2492.in -2
2493.sp
2494
2495.LP
2496\fBExample 12 \fRCreating a ZFS Pool with Mirrored Separate Intent Logs
2497.sp
2498.LP
2499The following command creates a ZFS storage pool consisting of two, two-way mirrors and mirrored log devices:
2500
2501.sp
2502.in +2
2503.nf
54e5f226
RL
2504# \fBzpool create pool mirror sda sdb mirror sdc sdd log mirror \e
2505 sde sdf\fR
058ac9ba
BB
2506.fi
2507.in -2
2508.sp
2509
2510.LP
2511\fBExample 13 \fRAdding Cache Devices to a ZFS Pool
2512.sp
2513.LP
2514The following command adds two disks for use as cache devices to a ZFS storage pool:
2515
2516.sp
2517.in +2
2518.nf
54e5f226 2519# \fBzpool add pool cache sdc sdd\fR
058ac9ba
BB
2520.fi
2521.in -2
2522.sp
2523
2524.sp
2525.LP
6b4e21c6 2526Once added, the cache devices gradually fill with content from main memory. Depending on the size of your cache devices, it could take over an hour for them to fill. Capacity and reads can be monitored using the \fBiostat\fR option as follows:
058ac9ba
BB
2527
2528.sp
2529.in +2
2530.nf
2531# \fBzpool iostat -v pool 5\fR
2532.fi
2533.in -2
2534.sp
2535
2536.LP
2537\fBExample 14 \fRRemoving a Mirrored Log Device
2538.sp
2539.LP
2540The following command removes the mirrored log device \fBmirror-2\fR.
2541
2542.sp
2543.LP
2544Given this configuration:
2545
2546.sp
2547.in +2
2548.nf
2549 pool: tank
2550 state: ONLINE
2551 scrub: none requested
2552config:
2553
2554 NAME STATE READ WRITE CKSUM
2555 tank ONLINE 0 0 0
2556 mirror-0 ONLINE 0 0 0
54e5f226
RL
2557 sda ONLINE 0 0 0
2558 sdb ONLINE 0 0 0
058ac9ba 2559 mirror-1 ONLINE 0 0 0
54e5f226
RL
2560 sdc ONLINE 0 0 0
2561 sdd ONLINE 0 0 0
058ac9ba
BB
2562 logs
2563 mirror-2 ONLINE 0 0 0
54e5f226
RL
2564 sde ONLINE 0 0 0
2565 sdf ONLINE 0 0 0
058ac9ba
BB
2566.fi
2567.in -2
2568.sp
2569
2570.sp
2571.LP
2572The command to remove the mirrored log \fBmirror-2\fR is:
2573
2574.sp
2575.in +2
2576.nf
2577# \fBzpool remove tank mirror-2\fR
2578.fi
2579.in -2
2580.sp
2581
1bd201e7
CS
2582.LP
2583\fBExample 15 \fRDisplaying expanded space on a device
2584.sp
2585.LP
f3a7f661 2586The following command displays the detailed information for the \fIdata\fR
1bd201e7 2587pool. This pool is comprised of a single \fIraidz\fR vdev where one of its
6b4e21c6 2588devices increased its capacity by 10GB. In this example, the pool will not
1bd201e7
CS
2589be able to utilized this extra capacity until all the devices under the
2590\fIraidz\fR vdev have been expanded.
2591
2592.sp
2593.in +2
2594.nf
2595# \fBzpool list -v data\fR
f3a7f661
GW
2596NAME SIZE ALLOC FREE FRAG EXPANDSZ CAP DEDUP HEALTH ALTROOT
2597data 23.9G 14.6G 9.30G 48% - 61% 1.00x ONLINE -
2598 raidz1 23.9G 14.6G 9.30G 48% -
2599 c1t1d0 - - - - -
2600 c1t2d0 - - - - 10G
2601 c1t3d0 - - - - -
1bd201e7
CS
2602.fi
2603.in -2
8720e9e7
TH
2604.sp
2605
2606.LP
2607\fBExample 16 \fRRunning commands in zpool status and zpool iostat with -c
2608.sp
2609.LP
8720e9e7
TH
2610.sp
2611.in +2
2612.nf
d6418de0
TH
2613# zpool status -c vendor,model,size,enc
2614...
2615NAME STATE READ WRITE CKSUM vendor model size enc
2616tank ONLINE 0 0 0
8720e9e7 2617 mirror-0 ONLINE 0 0 0
d6418de0
TH
2618 U1 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
2619 U10 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
2620 U11 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
2621 U12 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
2622 U13 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
2623 U14 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T 0:0:0:0
8720e9e7
TH
2624.fi
2625.in -2
2626
2627.sp
2628.in +2
2629.nf
d6418de0
TH
2630# zpool iostat -vc slaves,locate_led
2631 capacity operations bandwidth
2632pool alloc free read write read write slaves locate_led
2633---------- ----- ----- ----- ----- ----- ----- --------- ----------
2634tank 20.4G 7.23T 26 152 20.7M 21.6M
2635 mirror 20.4G 7.23T 26 152 20.7M 21.6M
2636 U1 - - 0 31 1.46K 20.6M sdb sdff 0
2637 U10 - - 0 1 3.77K 13.3K sdas sdgw 0
2638 U11 - - 0 1 288K 13.3K sdat sdgx 1
2639 U12 - - 0 1 78.4K 13.3K sdau sdgy 0
2640 U13 - - 0 1 128K 13.3K sdav sdgz 0
2641 U14 - - 0 1 63.2K 13.3K sdfk sdg 0
8720e9e7
TH
2642.fi
2643.in -2
1bd201e7 2644
058ac9ba
BB
2645.SH EXIT STATUS
2646.sp
2647.LP
2648The following exit values are returned:
2649.sp
2650.ne 2
058ac9ba
BB
2651.na
2652\fB\fB0\fR\fR
2653.ad
2654.RS 5n
6b4e21c6 2655Successful completion.
058ac9ba
BB
2656.RE
2657
2658.sp
2659.ne 2
058ac9ba
BB
2660.na
2661\fB\fB1\fR\fR
2662.ad
2663.RS 5n
058ac9ba
BB
2664An error occurred.
2665.RE
2666
2667.sp
2668.ne 2
058ac9ba
BB
2669.na
2670\fB\fB2\fR\fR
2671.ad
2672.RS 5n
058ac9ba
BB
2673Invalid command line options were specified.
2674.RE
2675
71bd0645
TF
2676.SH "ENVIRONMENT VARIABLES"
2677.TP
2678.B "ZFS_ABORT
2679Cause \fBzpool\fR to dump core on exit for the purposes of running \fB::findleaks\fR.
2680.TP
2681.B "ZPOOL_IMPORT_PATH"
2682The search path for devices or files to use with the pool. This is a colon-separated list of directories in which \fBzpool\fR looks for device nodes and files.
2683Similar to the \fB-d\fR option in \fIzpool import\fR.
d2f3e292
RY
2684.TP
2685.B "ZPOOL_VDEV_NAME_GUID"
2686Cause \fBzpool\fR subcommands to output vdev guids by default. This behavior
2687is identical to the \fBzpool status -g\fR command line option.
2688.TP
2689.B "ZPOOL_VDEV_NAME_FOLLOW_LINKS"
2690Cause \fBzpool\fR subcommands to follow links for vdev names by default. This behavior is identical to the \fBzpool status -L\fR command line option.
2691.TP
2692.B "ZPOOL_VDEV_NAME_PATH"
2693Cause \fBzpool\fR subcommands to output full vdev path names by default. This
2694behavior is identical to the \fBzpool status -p\fR command line option.
39fc0cb5
DB
2695.TP
2696.B "ZFS_VDEV_DEVID_OPT_OUT"
2697Older ZFS on Linux implementations had issues when attempting to display pool
2698config VDEV names if a "devid" NVP value is present in the pool's config.
2699
2700For example, a pool that originated on illumos platform would have a devid
2701value in the config and \fBzpool status\fR would fail when listing the config.
2702This would also be true for future Linux based pools.
2703
2704A pool can be stripped of any "devid" values on import or prevented from adding
2705them on \fBzpool create\fR or \fBzpool add\fR by setting ZFS_VDEV_DEVID_OPT_OUT.
d6418de0
TH
2706.TP
2707.B "ZPOOL_SCRIPTS_AS_ROOT"
2708Allow a privilaged user to run the \fBzpool status/iostat\fR with the \fB-c\fR
2709option. Normally, only unprivilaged users are allowed to run \fB-c\fR.
71bd0645 2710
058ac9ba
BB
2711.SH SEE ALSO
2712.sp
2713.LP
83426735 2714\fBzfs\fR(8), \fBzpool-features\fR(5), \fBzfs-events\fR(5), \fBzfs-module-parameters\fR(5)