qemu-server/PVE
Mira Limbeck b56d56cf3a fix #2173: use qemu-img to check cloudinit disk existence
use file_size_info to check for existence of cloudinit disk instead of
'-e'. It uses `qemu-img info` to get some file info, which can handle
rbd, and various other paths for volumes not exposed as normal file
or not mapped, yet.

this addresses a problem with rbd where the path returned available
is not checkable with '-e'.

Any size > 0 is interpreted as the image existing.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-30 12:53:28 +00:00
..
API2 fix: #1075: Restore VM template to VM and try to convert to template. 2019-04-24 17:35:32 +00:00
CLI add pre- start/stop hookscripts to VMs 2019-02-01 12:58:37 +01:00
QemuServer fix #2173: use qemu-img to check cloudinit disk existence 2019-04-30 12:53:28 +00:00
VZDump fix #1779: vzdump: ensure guest-fsfreeze-thaw is called on error 2018-05-23 11:18:28 +02:00
Makefile add QemuServer::Memory 2016-05-23 10:02:07 +02:00
QemuConfig.pm add correct comment about savevm-start 2019-03-19 09:26:56 +01:00
QemuMigrate.pm bwlimit: add parameter for QemuMigrate::phase2 2019-04-02 11:00:28 +02:00
QemuServer.pm fix: #1075: Restore VM template to VM and try to convert to template. 2019-04-24 17:35:32 +00:00
QMPClient.pm use qemu's blockdev-snapshot functions 2018-09-24 11:12:34 +02:00