Bug 865551
Summary: | Can't add a disk to a VM error message contains '${diskAliases}' instead of the disks' aliases [TEXT] | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Simon Grinberg <sgrinber> |
Component: | ovirt-engine | Assignee: | Vered Volansky <vered> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dafna Ron <dron> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.1.0 | CC: | abaron, acathrow, amureini, dyasny, iheim, lpeer, Rhev-m-bugs, yeylon, ykaul |
Target Milestone: | --- | ||
Target Release: | 3.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | storage | ||
Fixed In Version: | SI22 | 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: |
Description
Simon Grinberg
2012-10-11 18:19:21 UTC
More info: The disk was actually created after some time I don't know why it took few minuets until it appeared in the disks tab in the GUI, just not attached to the VM meaning a floating disk is created, so the error message is totally misleading. I suspect that this happens since ad new disc in VM context is a composite operation. The first the async create which was allowed, and then the attach which got blocked due to the other disk being locked. Changing the title accordingly. Ignore comment #1 , I could not re-create or find evidence in the log, or at least I can see in the log the creation of the unattached disk was initiated later, probably from other attempt. Fixed error message to: VM is locked. Please try again in a few minutes. This error message can be seen when reproducing the original bug description. Change-Id: Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746 http://gerrit.ovirt.org/#/c/8666/ Fixed error message to: Error while executing action: Cannot add Virtual Machine Disk: The disks vm1_Disk2, vm1_Disk1 are locked. Please try again in a few minutes. 1. Created a VM using clone. 2. Added a disk to that VM while it's being created. Results in the above message. The new disk was not created, not even after a while. Change-Id: Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746 http://gerrit.ovirt.org/#/c/8666/ Merged Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746 verified on si22.1 |