Bug 906213
Summary: | image creation doesn't lock vms | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Qixiang Wan <qwan> |
Component: | vdsm | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.1.0 | CC: | abaron, amureini, bazulay, hateya, iheim, lpeer, ykaul |
Target Milestone: | --- | ||
Target Release: | 3.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | storage | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-03 13:57:33 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: |
Description
Qixiang Wan
2013-01-31 06:56:05 UTC
When creating a new image the VM is by design not locked as you can perform other actions. The only thing locked is the disk. (In reply to comment #1) > When creating a new image the VM is by design not locked as you can perform > other actions. The only thing locked is the disk. That doesn't make sense, so user need to check both the VM status and disk status before booting up the vm? And I checked with RHEV 3.0, creating image does lock the vm as "image_locked", but not for RHEV 3.1. I'm just want to confirm developer is aware of this change, thanks. (In reply to comment #2) > (In reply to comment #1) > > When creating a new image the VM is by design not locked as you can perform > > other actions. The only thing locked is the disk. > > That doesn't make sense, so user need to check both the VM status and disk > status before booting up the vm? And I checked with RHEV 3.0, creating image > does lock the vm as "image_locked", but not for RHEV 3.1. You are correct that in 3.0 that was the behaviour. we changed the semantics to allow running more operations in parallel. User doesn't have to check anything, engine does it for the user. You will not be able to run a VM when the disk is locked. > > I'm just want to confirm developer is aware of this change, thanks. |