]> git.proxmox.com Git - pve-storage.git/commitdiff
zfs: remove useless warning inside clone_image
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Jan 2015 11:44:50 +0000 (12:44 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Jan 2015 11:57:38 +0000 (12:57 +0100)
PVE/Storage/ZFSDirPlugin.pm

index 9138d2fb240e35fc5287e74a54e79af25070d672..5ab5e89983c30bd35affc18fb9073741b382b17a 100644 (file)
@@ -441,8 +441,6 @@ sub clone_image {
 
     my $name = $class->zfs_find_free_diskname($storeid, $scfg, $vmid);
 
-    warn "clone $volname: $basename to $name\n";
-
     $class->zfs_request($scfg, undef, 'clone', "$scfg->{pool}/$basename\@$snap", "$scfg->{pool}/$name");
 
     return $name;