Bug 1160750
| Summary: | [RFE][UX] a new snapshot status should be shown when a snapshot is being occupied | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Ori Gofen <ogofen> | ||||
| Component: | Frontend.WebAdmin | Assignee: | Nobody <nobody> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Raz Tamir <ratamir> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.5.0 | CC: | acanan, bugs, derez, dfediuck, lpeer, lsurette, rbalakri, Rhev-m-bugs, scohen, srevivo, ykaul, ylavi | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Reopened | ||||
| Target Release: | --- | Flags: | ylavi:
ovirt-future?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-05-21 09:50:36 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Removing a disk snapshot should lock only the relevant disk. No need to lock the entire snapshot as other operations could be executed on it (such as deleting a disk snapshot of a different disk). After a discussion with the developer, "D" - Erez, setting the snapshot to 'lock' status will prevent execution of other operations(see comment #1). Despite this we agreed that the current view from the UI is not satisfying at all and confusing (see comment #2). There for I'm editing this bug to be a request for enhancement, a new status should appear on a snapshot's status tab, when a snapshot is having a remove operation running on one of her disks, I'm suggesting 'occupied', but the status name doesn't matter, as the principle, if operations are CDA blocked on the whole snapshot(no single volume) it's status shouldn't be 'OK',it needs to change to something else. Closing old RFEs. If relevant please re-open and explain why. |
Created attachment 954069 [details] images Description of problem: During volume deletion via snapshot-overview the status of all volumes is: "locked" because the whole disk is locked, the VM.snapshot table (status column) should be updated as well (see images) Version-Release number of selected component (if applicable): vt8 How reproducible: 100% Steps to Reproduce: 1.delete a volume vi snapshot-overview Actual results: The VM.snapshot table (status column) is not updated with this operation Expected results: The VM.snapshot table (status column) should be aligned with snapshot-overview (see images) Additional info: