]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
add qemu_block_resize
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 6 Aug 2012 09:56:34 +0000 (11:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 7 Aug 2012 06:11:55 +0000 (08:11 +0200)
commitc1175c9264b57302d64fb697af589578d537d1e6
tree03a4419f0019b057ac3b812cd948d34f6b816b1b
parentaf990afe34a33be746c2e43902b6dd97dda2a8c8
add qemu_block_resize

this call storage plugin resize first.
storage plugin will
  return undef if we don't need to call qmp block_resize
or
 return 1 if we need to call qmp block_resize

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm