mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-30 02:34:14 +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:
+9
-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,32 +29,30 @@
|
||||
.Dd August 9, 2019
|
||||
.Dt ZPOOL-DETACH 8
|
||||
.Os
|
||||
.
|
||||
.Sh NAME
|
||||
.Nm zpool-detach
|
||||
.Nd Detaches a device from a ZFS mirror vdev (virtual device)
|
||||
.Nd detach device from ZFS mirror
|
||||
.Sh SYNOPSIS
|
||||
.Nm zpool
|
||||
.Cm detach
|
||||
.Ar pool device
|
||||
.
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Nm zpool
|
||||
.Cm detach
|
||||
.Ar pool device
|
||||
.Xc
|
||||
Detaches
|
||||
.Ar device
|
||||
from a mirror.
|
||||
The operation is refused if there are no other valid replicas of the data.
|
||||
If device may be re-added to the pool later on then consider the
|
||||
.Sy zpool offline
|
||||
If
|
||||
.Ar device
|
||||
may be re-added to the pool later on then consider the
|
||||
.Nm zpool Cm offline
|
||||
command instead.
|
||||
.El
|
||||
.
|
||||
.Sh SEE ALSO
|
||||
.Xr zpool-attach 8 ,
|
||||
.Xr zpool-offline 8 ,
|
||||
.Xr zpool-labelclear 8 ,
|
||||
.Xr zpool-offline 8 ,
|
||||
.Xr zpool-remove 8 ,
|
||||
.Xr zpool-replace 8 ,
|
||||
.Xr zpool-split 8
|
||||
|
||||
Reference in New Issue
Block a user