mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-30 10:44:09 +03:00
Lint most manpages
Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12129
This commit is contained in:
+17
-12
@@ -18,7 +18,6 @@
|
||||
.\"
|
||||
.\" CDDL HEADER END
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
|
||||
.\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
|
||||
.\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
|
||||
@@ -30,27 +29,30 @@
|
||||
.Dd August 9, 2019
|
||||
.Dt ZPOOL-OFFLINE 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zpool-offline
|
||||
.Nd Take a physical device in a ZFS storage pool offline
|
||||
.Nd take physical devices offline in ZFS storage pool
|
||||
.Sh SYNOPSIS
|
||||
.Nm zpool
|
||||
.Cm offline
|
||||
.Op Fl f
|
||||
.Op Fl t
|
||||
.Ar pool Ar device Ns ...
|
||||
.Op Fl ft
|
||||
.Ar pool
|
||||
.Ar device Ns …
|
||||
.Nm zpool
|
||||
.Cm online
|
||||
.Op Fl e
|
||||
.Ar pool Ar device Ns ...
|
||||
.Ar pool
|
||||
.Ar device Ns …
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Nm zpool
|
||||
.Cm offline
|
||||
.Op Fl f
|
||||
.Op Fl t
|
||||
.Ar pool Ar device Ns ...
|
||||
.Op Fl ft
|
||||
.Ar pool
|
||||
.Ar device Ns …
|
||||
.Xc
|
||||
Takes the specified physical device offline.
|
||||
While the
|
||||
@@ -59,8 +61,9 @@ is offline, no attempt is made to read or write to the device.
|
||||
This command is not applicable to spares.
|
||||
.Bl -tag -width Ds
|
||||
.It Fl f
|
||||
Force fault. Instead of offlining the disk, put it into a faulted
|
||||
state. The fault will persist across imports unless the
|
||||
Force fault.
|
||||
Instead of offlining the disk, put it into a faulted state.
|
||||
The fault will persist across imports unless the
|
||||
.Fl t
|
||||
flag was specified.
|
||||
.It Fl t
|
||||
@@ -71,7 +74,8 @@ Upon reboot, the specified physical device reverts to its previous state.
|
||||
.Nm zpool
|
||||
.Cm online
|
||||
.Op Fl e
|
||||
.Ar pool Ar device Ns ...
|
||||
.Ar pool
|
||||
.Ar device Ns …
|
||||
.Xc
|
||||
Brings the specified physical device online.
|
||||
This command is not applicable to spares.
|
||||
@@ -82,6 +86,7 @@ If the device is part of a mirror or raidz then all devices must be expanded
|
||||
before the new space will become available to the pool.
|
||||
.El
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zpool-detach 8 ,
|
||||
.Xr zpool-remove 8 ,
|
||||
|
||||
Reference in New Issue
Block a user