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 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 <mprivozn(a)redhat.com>
---
Technically, this is a v2 of:
https://www.redhat.com/archives/libvir-list/2020-May/msg00253.html
but I've taken what I'm suggesting in a BZ comment and posting it as a
patch.
src/qemu/qemu_migration.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano