zfs: fix duplicate word typo in error message
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
committed by
Fabian Grünbichler
parent
a18a8b4b45
commit
76aa80fc93
@ -200,7 +200,7 @@ sub zfs_wait_for_zvol_link {
|
||||
|
||||
for (my $i = 1; $i <= $timeout; $i++) {
|
||||
last if -b $devname;
|
||||
die "timeout: no zvol device link for '$volname' found after $timeout sec found.\n"
|
||||
die "timeout: no zvol device link for '$volname' found after $timeout sec.\n"
|
||||
if $i == $timeout;
|
||||
|
||||
sleep(1);
|
||||
|
||||
Reference in New Issue
Block a user