Created attachment 637985[details]
log
Description of problem:
one the migration snapshot is created we no longer lock it so we are able to create a vm from the snapshot while the image migration is running.
Version-Release number of selected component (if applicable):
si23
How reproducible:
100%
Steps to Reproduce:
1. create and run a vm
2. move disk
3. after the migration snapshot is created clone a vm
Actual results:
Task succeeds and currently we have NPE on clear task which was already solved for next build.
Expected results:
I think that creation a clone from the migrate snapshot as long as the disk image is still locked might cause image corruption and should not be allowed as long as the live migration is running.
Additional info: log
Created attachment 637985 [details] log Description of problem: one the migration snapshot is created we no longer lock it so we are able to create a vm from the snapshot while the image migration is running. Version-Release number of selected component (if applicable): si23 How reproducible: 100% Steps to Reproduce: 1. create and run a vm 2. move disk 3. after the migration snapshot is created clone a vm Actual results: Task succeeds and currently we have NPE on clear task which was already solved for next build. Expected results: I think that creation a clone from the migrate snapshot as long as the disk image is still locked might cause image corruption and should not be allowed as long as the live migration is running. Additional info: log