Bug 1523415
Summary: | Error while executing action Edit VM properties: Internal Engine Error | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Evgheni Dereveanchin <ederevea> | ||||
Component: | Frontend.WebAdmin | Assignee: | Tomas Jelinek <tjelinek> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 4.2.0 | CC: | bugs, lsvaty, mburman, michal.skrivanek | ||||
Target Milestone: | ovirt-4.2.0 | Flags: | rule-engine:
ovirt-4.2+
rule-engine: blocker+ rule-engine: planning_ack+ michal.skrivanek: devel_ack+ lsvaty: testing_ack+ |
||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-12-20 11:45:02 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: | |||||||
Attachments: |
|
Description
Evgheni Dereveanchin
2017-12-07 23:08:36 UTC
Created attachment 1364525 [details]
engine.log during VM edit attempt
Note: this applies to VMs created before 4.2 as well, not just newly created ones. I can also confirm that changing cluster and DC compatibility level to 4.2 makes the NPE go away so it is related to engine-4.2 updating VMs in 4.1 compatibility mode only. VmBaseDao::createBaseParametersMapper .addValue("resume_behavior", entity.getResumeBehavior().toString()) plus entity.setResumeBehavior(resumeBehavior == null ? null : VmResumeBehavior.valueOf(resumeBehavior)) => bam in meanwhile a new branch have appeared, moving back to post until the patch will merged there I would include additional patch to fix OVF reader there is a small leftover issue that in some case the resume behavior is reported as a changed field requiring to restart the VM even if it did not change. Tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1524419 ok, ovirt-engine-webadmin-portal-4.2.0.2-0.1.el7.noarch This bugzilla is included in oVirt 4.2.0 release, published on Dec 20th 2017. Since the problem described in this bug report should be resolved in oVirt 4.2.0 release, published on Dec 20th 2017, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |