[pve-devel] [PATCH] remove running from Storage and check it in QemuServer
Dietmar Maurer
dietmar at proxmox.com
Wed May 6 11:45:29 CEST 2015
I still see calls to that function using the $runnig parameter:
PVE/Storage/RBDPlugin.pm: $class->volume_snapshot($scfg, $storeid, $newname,
$snap, $running);
PVE/Storage/SheepdogPlugin.pm: $class->volume_snapshot($scfg, $storeid,
$newname, $snap, $running);
PVE/Storage/ZFSPlugin.pm: $class->volume_snapshot($scfg, $storeid, $newname,
$snap, $running);
PVE/Storage/ZFSPoolPlugin.pm: $class->volume_snapshot($scfg, $storeid,
$newname, $snap, $running);
?
More information about the pve-devel
mailing list