| Summary: | v2v: Remove VM disk option should be blocked by webadmin during import progress (locked VM). | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Nisim Simsolo <nsimsolo> | ||||||
| Component: | BLL.Virt | Assignee: | Michal Skrivanek <michal.skrivanek> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Nisim Simsolo <nsimsolo> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 3.6.1 | CC: | bugs, nsimsolo | ||||||
| Target Milestone: | --- | Flags: | rule-engine:
planning_ack?
rule-engine: devel_ack? rule-engine: testing_ack? |
||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | virt | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-02-02 10:24:19 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Nisim Simsolo
2016-01-12 16:32:29 UTC
Created attachment 1113997 [details]
engine.log
Created attachment 1114011 [details]
vdsm.log
you removed the disk and then when conversion finishes you don't have that disk...so...what's the problem?:) Disk copying phase continue (in webadmin events and in VM tab --> import progress bar) although the destination disk has been removed. This behavior is not reasonable and can lead the user to be skeptical about the disk removal (is it actually removed from storage or just removed from webadmin?) because it looks like the copying disks phase is still in progress and it take some minutes till the import progress bar advanced to the next phase. (In reply to Nisim Simsolo from comment #4) > Disk copying phase continue (in webadmin events and in VM tab --> import > progress bar) although the destination disk has been removed. > This behavior is not reasonable and can lead the user to be skeptical about > the disk removal (is it actually removed from storage or just removed from > webadmin?) because it looks like the copying disks phase is still in > progress and it take some minutes till the import progress bar advanced to > the next phase. yes, but it's consistent with file removal when someone is writing to it. So at the end of conversion there will be no data and the disk space is freed. You can also cancel the v2v job any time so don't really have to wait |