Bug 1117179
Summary: | The operation of hotplugging virtio block disks to a guest who doesn't have OS installation leads to multiple failures,IRSExceptions and data corruption | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Ori Gofen <ogofen> | ||||
Component: | ovirt-engine-core | Assignee: | Nir Soffer <nsoffer> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Aharon Canan <acanan> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5 | CC: | acanan, acathrow, amureini, bazulay, bugs, ecohen, gklein, iheim, mgoldboi, ogofen, s.kieske, yeylon | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | 3.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | storage | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-08-05 17:05:06 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: |
|
Description
Ori Gofen
2014-07-08 08:23:37 UTC
*** note *** Happens with virtio block disks only What do you mean in steps 3 and 4? Hot unplug and plug via the UI? (In reply to Nir Soffer from comment #2) > What do you mean in steps 3 and 4? > Hot unplug and plug via the UI? Yes,actually time is not a factor here, the lv's are not activated due to virtio disk qualities (cannot be hotplugged unless an OS is installed on guest) Updaing Steps to Reproduce: Setup:have a dc with nfs as master,and an iscsi domain 1.create vm + 4 virtio disks on iscsi 2.run vm 3. deactivate all the disks one by one from the UI 4.after all disks are deactivated try to activate them (again from the UI) 5.wait for a ui error box 6.remove the disks,(they all become illegal) remove again 7.maintain the iscsi domain and remove it (fails) Expected results: Hotpluging virtio disks should be blocked with CNA in a case of absence of OS on guest The engine does not have any insight as to whether the Guest OS exists, or if it supports hotpluging or not. Additionally, there's no business usecase for running (and hot [un]plugging) VMs with no guest OS. |