]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemuMigrationDstPrepareStorage: Annotate that existance of 'volume' disks is checked...
authorPeter Krempa <pkrempa@redhat.com>
Mon, 19 Feb 2024 13:18:19 +0000 (14:18 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 21 Feb 2024 13:15:49 +0000 (14:15 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_migration.c

index 438aa4503ea64648b4ce7dba5f483eefaab2f8a5..1faab5dd23dad24687047ff6e8ede398949336be 100644 (file)
@@ -502,6 +502,9 @@ qemuMigrationDstPrepareStorage(virDomainObj *vm,
             return -1;
 
         case VIR_STORAGE_TYPE_VOLUME:
+            /* Existance of 'volume' type disks are handled when pre-creating them */
+            break;
+
         case VIR_STORAGE_TYPE_LAST:
         case VIR_STORAGE_TYPE_NONE:
             break;