Re: [PATCH v2] qemu: Skip pre-creation of NVMe disks

2020-05-28 Thread Ján Tomko
technically, the pre-creation was never there, you just fix the detection of existing disks here, but I don't have a better phrasing for the commit summary On a Tuesday in 2020, Michal Privoznik wrote: Upon migration with disks, libvirt determines if each disk exists on the destination and trie

[PATCH v2] qemu: Skip pre-creation of NVMe disks

2020-05-26 Thread Michal Privoznik
Upon migration with disks, libvirt determines if each disk exists on the destination and tries to pre-create missing ones. Well, NVMe disks can't be pre-created, but they can be checked for presence. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1823639 Signed-off-by: Michal Privoznik --