]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/RBDPlugin.pm
rbd, zfs, sheepdog: bugfix : fix alloc_image if name is specified
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 20 Nov 2014 15:01:44 +0000 (16:01 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 21 Nov 2014 07:03:08 +0000 (08:03 +0100)
commit3fad260379c30e856591e2727a6cffe90d27acfe
tree2aaa6d18e62003a01c4f0a0ce93289cacb195060
parente3c51a6c3883966ff1e290606b8f0dd7e360ebbc
rbd, zfs, sheepdog: bugfix : fix alloc_image if name is specified

Currently vmstate snapshot with rbd have wrong name,
because rbd alloc_image don't care if $name is provided

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/RBDPlugin.pm
PVE/Storage/SheepdogPlugin.pm
PVE/Storage/ZFSPlugin.pm