zfs: fix duplicate word typo in error message

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner
2024-01-30 10:11:04 +01:00
committed by Fabian Grünbichler
parent a18a8b4b45
commit 76aa80fc93

View File

@ -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);