Re: [libvirt] [PATCH v3 RESEND 12/12] qemu_migration: Unlink pre-created storage on error

2013-02-20 Thread Jiri Denemark
On Mon, Feb 18, 2013 at 15:38:45 +0100, Michal Privoznik wrote: If migratioin fails because of whatever reason and we've pre-created any disks, we should remove them instead of letting them lying around. Moreover, we need to save the disks sources into domain status file in case libvirtd gets

[libvirt] [PATCH v3 RESEND 12/12] qemu_migration: Unlink pre-created storage on error

2013-02-18 Thread Michal Privoznik
If migratioin fails because of whatever reason and we've pre-created any disks, we should remove them instead of letting them lying around. Moreover, we need to save the disks sources into domain status file in case libvirtd gets restarted. --- src/qemu/qemu_domain.c| 30