]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/SheepdogPlugin.pm
remove running from Storage and check it in QemuServer
[pve-storage.git] / PVE / Storage / SheepdogPlugin.pm
index 3e2c12657151e8dad2d3c97f53800acb7e38a6cc..e358f9e4d10e438efff49d0315f42298cc7ba457 100644 (file)
@@ -389,9 +389,7 @@ sub volume_resize {
 }
 
 sub volume_snapshot {
-    my ($class, $scfg, $storeid, $volname, $snap, $running) = @_;
-
-    return 1 if $running;
+    my ($class, $scfg, $storeid, $volname, $snap) = @_;
 
     my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
        $class->parse_volname($volname);