From: Michael Rasmussen <[email protected]>

Signed-off-by: Michael Rasmussen <[email protected]>
---
 PVE/Storage/ZFSPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm
index b02a87a..0addd0b 100644
--- a/PVE/Storage/ZFSPlugin.pm
+++ b/PVE/Storage/ZFSPlugin.pm
@@ -503,7 +503,7 @@ sub free_image {
         my $err = $@;
         zfs_create_lu($scfg, $name);
         zfs_add_lun_mapping_entry($scfg, $name);
-        die "1: $err";
+        die $err;
     } if $@;
 
     return undef;
-- 
1.8.3.1

_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to