OpenZFS 8435 - zpool.1m and zfs.1m: minor cleanup
3796 listsnapshots not documented in zpool man page Authored by: George Melikov <mail@gmelikov.ru> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Ported-by: Giuseppe Di Natale <dinatale2@llnl.gov> Ported-by: George Melikov mail@gmelikov.ru OpenZFS-issue: https://www.illumos.org/issues/8435 OpenZFS-commit: openzfs/openzfs@a058d1c Porting notes: OpenZFS review applied, some ZoL changes were reverted. See https://github.com/openzfs/openzfs/pull/415
This commit is contained in:
parent
6384cf4132
commit
7c9abcf887
|
@ -26,7 +26,7 @@
|
||||||
.\" Copyright (c) 2017 George Melikov. All Rights Reserved.
|
.\" Copyright (c) 2017 George Melikov. All Rights Reserved.
|
||||||
.\" Copyright 2017 Nexenta Systems, Inc.
|
.\" Copyright 2017 Nexenta Systems, Inc.
|
||||||
.\"
|
.\"
|
||||||
.Dd June 28, 2017
|
.Dd August 23, 2017
|
||||||
.Dt ZPOOL 8 SMM
|
.Dt ZPOOL 8 SMM
|
||||||
.Os Linux
|
.Os Linux
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
.Nm
|
.Nm
|
||||||
.Cm import
|
.Cm import
|
||||||
.Op Fl D
|
.Op Fl D
|
||||||
.Op Fl c Ar cachefile Ns | Ns Fl d Ar dir
|
.Op Fl d Ar dir
|
||||||
.Nm
|
.Nm
|
||||||
.Cm import
|
.Cm import
|
||||||
.Fl a
|
.Fl a
|
||||||
|
@ -407,7 +407,7 @@ If 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
|
exported since other pools may use this shared spare, which may lead to
|
||||||
potential data corruption.
|
potential data corruption.
|
||||||
.Pp
|
.Pp
|
||||||
An in-progress spare replacement can be canceled by detaching the hot spare.
|
An 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
|
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
|
place in the configuration, and is removed from the spare list of all active
|
||||||
pools.
|
pools.
|
||||||
|
@ -1141,7 +1141,7 @@ performed.
|
||||||
.Nm
|
.Nm
|
||||||
.Cm import
|
.Cm import
|
||||||
.Op Fl D
|
.Op Fl D
|
||||||
.Op Fl c Ar cachefile Ns | Ns Fl d Ar dir
|
.Op Fl d Ar dir
|
||||||
.Xc
|
.Xc
|
||||||
Lists pools available to import.
|
Lists pools available to import.
|
||||||
If the
|
If the
|
||||||
|
@ -1722,7 +1722,7 @@ Upon reboot, the specified physical device reverts to its previous state.
|
||||||
.Ar pool Ar device Ns ...
|
.Ar pool Ar device Ns ...
|
||||||
.Xc
|
.Xc
|
||||||
Brings the specified physical device online.
|
Brings the specified physical device online.
|
||||||
This command is not applicable to spares or cache devices.
|
This command is not applicable to spares.
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl e
|
.It Fl e
|
||||||
Expand the device to use all available space.
|
Expand the device to use all available space.
|
||||||
|
@ -2174,7 +2174,7 @@ The failed device can be replaced using the following command:
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Once the data has been resilvered, the spare is automatically removed and is
|
Once the data has been resilvered, the spare is automatically removed and is
|
||||||
made available for use should another device fails.
|
made available for use should another device fail.
|
||||||
The hot spare can be permanently removed from the pool using the following
|
The hot spare can be permanently removed from the pool using the following
|
||||||
command:
|
command:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
|
|
Loading…
Reference in New Issue