qemuMigrationDstPrepareStorage: Annotate that existance of 'volume' disks is checked elswhere

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2024-02-19 14:18:19 +01:00
parent eeb1cecf1e
commit 737e3daf5a

View 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;