Bug 896418
| Summary: | engine [TEXT]: event log message when failed to delete a live migrate snapshot is not clear | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Dafna Ron <dron> | ||||
| Component: | ovirt-engine | Assignee: | Alissa <abonas> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dafna Ron <dron> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.2.0 | CC: | acathrow, amureini, dyasny, hateya, iheim, lpeer, Rhev-m-bugs, sgrinber, yeylon, ykaul | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.2.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | SF6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 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: |
|
||||||
devel-ack to adding quotes around the snapshot description. devel-ack for rephrasing message too. agreed with Allon to rephrase and add quotes around names as following:
Old version:
Failed to complete Snapshot ${SnapshotName} deletion on VM ${VmName}.
New version:
Failed to delete snapshot '${SnapshotName}' on VM '${VmName}'.
Also, will add quotes similarly to the symmetrical message of successful deletion for snasphot
(current version: Snapshot ${SnapshotName} deletion on VM ${VmName} has been completed.)
Making reproduction scenario more accurate:
1. go to VMs tab -select a VM which is up
2. go to snapshot tab and create a snapshot
3. power off/shutdown VM
4. delete the snapshot and restart vdsm in the middle
the fix contains improving all 6 event log messages related to creation/deletion of snapshots. (In reply to comment #4) > the fix contains improving all 6 event log messages related to > creation/deletion of snapshots. What fix? Is it possible that you forgot to attach an external-tracker to gerrit? added target release = 3.2 based on rhevm‑3.2.0+ verified on sf6 Failed to complete snapshot 'Auto-generated for Live Storage Migration' creation for VM 'Snap'. *** Bug 907148 has been marked as a duplicate of this bug. *** 3.2 has been released 3.2 has been released 3.2 has been released 3.2 has been released 3.2 has been released |
Created attachment 680080 [details] engine log Description of problem: the message is: Failed to complete Snapshot Auto-generated for Live Storage Migration deletion on VM TEST. it took me a second to realize that it just looks odd because the name of the snapshot is ' Auto-generated for Live Storage Migration' We should either change the message to a simpler message (like failed to delete snapshot 'XXX' on VM 'XXX' or we should add ' at the start of the name and at the end of it. Version-Release number of selected component (if applicable): sf3 How reproducible: 100% Steps to Reproduce: 1. create a failure in live migration (like restarting engine/vdsm) 2. try to delete the snapshot 3. Actual results: error message is unclear Expected results: we should either simplify the error message or add ' at the begging and end of the snapshot name which will clear the message a bit. Additional info: