Skip to content

Commit cad00d5

Browse files
authored
checkstyle: fix action failures
Reviewed-by: Don Brady <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Serapheim Dimitropoulos <[email protected]> Closes #15220
1 parent bee9cfb commit cad00d5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cmd/zed/zed.d/statechange-slot_off.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# shellcheck disable=SC3014,SC2154,SC2086,SC2034
23
#
34
# Turn off disk's enclosure slot if it becomes FAULTED.
45
#

man/man8/zpool.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Removes ZFS label information from the specified
110110
.It Xo
111111
.Xr zpool-attach 8 Ns / Ns Xr zpool-detach 8
112112
.Xc
113-
Converts a non-redundant disk into a mirror, or increases the redundancy level of an existing mirror
114-
.Ns (
115-
.Cm attach Ns ), or performs the inverse operation (
113+
Converts a non-redundant disk into a mirror, or increases
114+
the redundancy level of an existing mirror
115+
.Cm ( attach Ns ), or performs the inverse operation (
116116
.Cm detach Ns ).
117117
.It Xo
118118
.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
265265
purposes.
266266
.Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b
267267
.
268-
.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored.
268+
.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored
269269
The following command converts an existing single device
270270
.Ar sda
271271
into a mirror by attaching a second device to it,

0 commit comments

Comments
 (0)