checkstyle: fix action failures
Reviewed-by: Don Brady <dev.fs.zfs@gmail.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Serapheim Dimitropoulos <serapheim@delphix.com> Closes #15220
This commit is contained in:
parent
bee9cfb813
commit
cad00d5180
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# shellcheck disable=SC3014,SC2154,SC2086,SC2034
|
||||||
#
|
#
|
||||||
# Turn off disk's enclosure slot if it becomes FAULTED.
|
# Turn off disk's enclosure slot if it becomes FAULTED.
|
||||||
#
|
#
|
||||||
|
|
|
@ -110,9 +110,9 @@ Removes ZFS label information from the specified
|
||||||
.It Xo
|
.It Xo
|
||||||
.Xr zpool-attach 8 Ns / Ns Xr zpool-detach 8
|
.Xr zpool-attach 8 Ns / Ns Xr zpool-detach 8
|
||||||
.Xc
|
.Xc
|
||||||
Converts a non-redundant disk into a mirror, or increases the redundancy level of an existing mirror
|
Converts a non-redundant disk into a mirror, or increases
|
||||||
.Ns (
|
the redundancy level of an existing mirror
|
||||||
.Cm attach Ns ), or performs the inverse operation (
|
.Cm ( attach Ns ), or performs the inverse operation (
|
||||||
.Cm detach Ns ).
|
.Cm detach Ns ).
|
||||||
.It Xo
|
.It Xo
|
||||||
.Xr zpool-add 8 Ns / Ns Xr zpool-remove 8
|
.Xr zpool-add 8 Ns / Ns Xr zpool-remove 8
|
||||||
|
@ -265,7 +265,7 @@ While not recommended, a pool based on files can be useful for experimental
|
||||||
purposes.
|
purposes.
|
||||||
.Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b
|
.Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b
|
||||||
.
|
.
|
||||||
.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored.
|
.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored
|
||||||
The following command converts an existing single device
|
The following command converts an existing single device
|
||||||
.Ar sda
|
.Ar sda
|
||||||
into a mirror by attaching a second device to it,
|
into a mirror by attaching a second device to it,
|
||||||
|
|
Loading…
Reference in New Issue