]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMigrationSrcIsSafeDisk: Check also data file properties for migrability
authorPeter Krempa <pkrempa@redhat.com>
Tue, 9 Sep 2025 13:43:52 +0000 (15:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 23 Sep 2025 16:57:00 +0000 (18:57 +0200)
commitf8201b0032b1d53f4839cf58f3e113ae1bb3fbce
tree9fc5212c3c6525b2fb56fa61c0abeed21810ea8b
parent0ca45005d7d45311b062a61805c1049c32b0b9db
qemuMigrationSrcIsSafeDisk: Check also data file properties for migrability

If the qcow2 data file feature (which separates the data into a separate
file from the metadata) is in use the migration safety check ought to
consider both the metadata and the data file for safe migration.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c