Bug 1238536
| Summary: | vdsm before_vm_hibernate hook failure leaves vm in the wrong state (paused) | ||
|---|---|---|---|
| Product: | [oVirt] vdsm | Reporter: | Marcin Mirecki <mmirecki> |
| Component: | General | Assignee: | Shmuel Melamud <smelamud> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Israel Pinto <ipinto> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | --- | CC: | bazulay, bugs, gklein, lsurette, mgoldboi, michal.skrivanek, rbalakri, srevivo, tjelinek, ycui, ykaul |
| Target Milestone: | ovirt-4.1.0-alpha | Flags: | rule-engine:
ovirt-4.1+
rule-engine: planning_ack+ michal.skrivanek: devel_ack+ mavital: testing_ack+ |
| Target Release: | 4.19.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
When a before_vm_hibernate hook failed, the vm ended up in "paused" state. This fix prevents this behavior.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-01 14:55:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marcin Mirecki
2015-07-02 05:52:14 UTC
This bug is not marked for z-stream, yet the milestone is for a z-stream version, therefore the milestone has been reset. Please set the correct milestone or add the z-stream flag. In oVirt testing is done on single release by default. Therefore I'm removing the 4.0 flag. If you think this bug must be tested in 4.0 as well, please re-add the flag. Please note we might not have testing resources to handle the 4.0 clone. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. oVirt 4.0 beta has been released, moving to RC milestone. oVirt 4.0 beta has been released, moving to RC milestone. we're past RC, this is not a blocker The fix for this issue should be included in oVirt 4.1.0 beta 1 released on December 1st. If not included please move back to modified. Verify with: Engine: 4.2.0-0.0.master.20170104114928.git5490b36.el7.centos Host: OS Version:RHEL - 7.3 - 7.el7 OS Description:Red Hat Enterprise Linux Server 7.3 (Maipo) Kernel Version:3.10.0 - 514.el7.bug1404060_20.x86_64 KVM Version:2.6.0 - 28.el7_3.3 LIBVIRT Version:libvirt-2.0.0-10.el7_3.2 VDSM Version:vdsm-4.20.0-128.git7001c0a.el7.centos Steps: 1. Run vm 2. Place a hook script with a 2 exit code in before_vm_hibernate hook dir 3. Case 1: Suspend vm 4. Remove hook script 5. Case 2: Suspend vm Results: Case 1: VM did not suspended, vm in running. Case 2: VM move to suspend state |