Remove unnecessary commas in zpool-create.8
Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Laevos <5572812+Laevos@users.noreply.github.com> Closes #15011
This commit is contained in:
parent
8469b5aac0
commit
bc9d0084ea
|
@ -87,13 +87,13 @@ currently in use by another subsystem.
|
||||||
However this check is not robust enough
|
However this check is not robust enough
|
||||||
to detect simultaneous attempts to use a new device in different pools, even if
|
to detect simultaneous attempts to use a new device in different pools, even if
|
||||||
.Sy multihost Ns = Sy enabled .
|
.Sy multihost Ns = Sy enabled .
|
||||||
The administrator must ensure, that simultaneous invocations of any combination
|
The administrator must ensure that simultaneous invocations of any combination
|
||||||
of
|
of
|
||||||
.Nm zpool Cm replace ,
|
.Nm zpool Cm replace ,
|
||||||
.Nm zpool Cm create ,
|
.Nm zpool Cm create ,
|
||||||
.Nm zpool Cm add ,
|
.Nm zpool Cm add ,
|
||||||
or
|
or
|
||||||
.Nm zpool Cm labelclear ,
|
.Nm zpool Cm labelclear
|
||||||
do not refer to the same device.
|
do not refer to the same device.
|
||||||
Using the same device in two pools will result in pool corruption.
|
Using the same device in two pools will result in pool corruption.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue