[pve-devel] [PATCH storage] zfs: fix duplicate word typo in error message

Fiona Ebner f.ebner at proxmox.com
Tue Jan 30 10:11:04 CET 2024


Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 src/PVE/Storage/ZFSPoolPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Storage/ZFSPoolPlugin.pm b/src/PVE/Storage/ZFSPoolPlugin.pm
index 951d027..3669fe1 100644
--- a/src/PVE/Storage/ZFSPoolPlugin.pm
+++ b/src/PVE/Storage/ZFSPoolPlugin.pm
@@ -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);
-- 
2.39.2





More information about the pve-devel mailing list