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:
George Melikov 2017-09-15 23:13:52 +03:00 committed by Brian Behlendorf
parent 6384cf4132
commit 7c9abcf887

View File

@ -26,7 +26,7 @@
.\" Copyright (c) 2017 George Melikov. All Rights Reserved.
.\" Copyright 2017 Nexenta Systems, Inc.
.\"
.Dd June 28, 2017
.Dd August 23, 2017
.Dt ZPOOL 8 SMM
.Os Linux
.Sh NAME
@ -87,7 +87,7 @@
.Nm
.Cm import
.Op Fl D
.Op Fl c Ar cachefile Ns | Ns Fl d Ar dir
.Op Fl d Ar dir
.Nm
.Cm import
.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
potential data corruption.
.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
place in the configuration, and is removed from the spare list of all active
pools.
@ -1141,7 +1141,7 @@ performed.
.Nm
.Cm import
.Op Fl D
.Op Fl c Ar cachefile Ns | Ns Fl d Ar dir
.Op Fl d Ar dir
.Xc
Lists pools available to import.
If the
@ -1722,7 +1722,7 @@ Upon reboot, the specified physical device reverts to its previous state.
.Ar pool Ar device Ns ...
.Xc
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
.It Fl e
Expand the device to use all available space.
@ -2174,7 +2174,7 @@ The failed device can be replaced using the following command:
.Ed
.Pp
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
command:
.Bd -literal