mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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:
parent
eeb1cecf1e
commit
737e3daf5a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user