qemu-server/PVE
Fabian Ebner cc1a3820db sync_disks: use allow_rename to avoid collisions on the target storage
This makes it possible to migrate a VM with volumes store1:vm-123-disk-0
store2:vm-123-disk-0 to some targetstorage. Also prevents migration failure
when there is an orphaned disk with the same volid on the target.

To avoid confusion, the name should not change for 'vmstate'-volumes.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2020-04-08 22:11:54 +02:00
..
API2 Allow specifying targetstorage for offline migration 2020-04-08 22:11:54 +02:00
CLI Create Drive.pm and move drive-related code there 2020-03-07 18:23:57 +01:00
QemuServer Switch to using foreach_volume instead of foreach_drive 2020-04-08 22:11:54 +02:00
VZDump Switch to using foreach_volume instead of foreach_drive 2020-04-08 22:11:54 +02:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm Allow parsing vmstate entries 2020-04-08 22:11:54 +02:00
QemuMigrate.pm sync_disks: use allow_rename to avoid collisions on the target storage 2020-04-08 22:11:54 +02:00
QemuServer.pm sync_disks: use allow_rename to avoid collisions on the target storage 2020-04-08 22:11:54 +02:00
QMPClient.pm Append newline to all QGA commands 2020-03-11 11:11:45 +01:00