mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 12:12:13 +03:00
fgrep -> grep -F
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13259
This commit is contained in:
@@ -120,5 +120,5 @@ function check_while_waiting
|
||||
# Whether any vdev in the given pool is initializing
|
||||
function is_vdev_initializing # pool
|
||||
{
|
||||
zpool status -i "$1" | grep 'initialized, started' >/dev/null
|
||||
zpool status -i "$1" | grep -q 'initialized, started'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user