Bug 1271976
Summary: | RHEV-H TUI HE deployment is interrupted on "VM CONFIGURATION" step | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ying Cui <ycui> | ||||||||
Component: | ovirt-node-plugin-hosted-engine | Assignee: | Douglas Schilling Landgraf <dougsland> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Ying Cui <ycui> | ||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | urgent | ||||||||||
Version: | 3.6.0 | CC: | cshao, cwu, fdeutsch, gklein, huiwa, huzhao, leiwang, mgoldboi, nsednev, stirabos, yaniwang, ycui | ||||||||
Target Milestone: | ovirt-3.6.0-rc3 | Keywords: | TestBlocker | ||||||||
Target Release: | 3.6.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | ovirt-node-plugin-hosted-engine-0.3.0-2.el7ev | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2016-03-09 14:40:47 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1245143, 1269176 | ||||||||||
Attachments: |
|
Description
Ying Cui
2015-10-15 08:18:22 UTC
I tested HE on RHEL 7.2 with the same steps, no such issue. so it is RHEV-H TUI specific issue. # rpm -qa kernel ovirt-hosted-engine-setup kernel-3.10.0-322.el7.x86_64 ovirt-hosted-engine-setup-1.3.0-1.el7ev.noarch kernel-3.10.0-320.el7.x86_64 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.2 Beta (Maipo) And I tested running HE on RHEV-H 7.2 via cmd, not via TUI. # screen hosted-engine --deploy No such issue. Hi Ying, could you please attach the ansferfile that got generated by ovirt-node-plugin-hosted-engine? Created attachment 1083165 [details] varlog.tar.bz2 Created attachment 1083166 [details]
sosreport
Found, hosted-engine-setup got from node plugin 2015-10-15 08:09:25 DEBUG otopi.context context.dumpEnvironment:510 ENV OVEHOSTED_VM/vmBoot=str:'None' which is not an allowed value. Please pass one of: vmBoot=str:cdrom vmBoot=str:pxe vmBoot=str:disk vmBoot=none:None The latest is handled as a None value exactly as if there is no value (ovirt-hosted-engine-setup will ask the user). str:'None' is instead handled a valid string witch fails each comparison and so the issue. Created attachment 1083181 [details]
answerfile
(In reply to Simone Tiraboschi from comment #3) > Hi Ying, > could you please attach the ansferfile that got generated by > ovirt-node-plugin-hosted-engine? Hi Simone, provided on comment 7. *** Bug 1275571 has been marked as a duplicate of this bug. *** The original issue is fixed on the following builds. But exist another medium defect Bug 1282685 - Should not ask to specify the device to boot the VM when Hosted Engine TUI already selected PXE Boot Engine VM. Now verified this bug, and trace the another new issue by bug 1282685. # rpm -qa ovirt-node-plugin-hosted-engine ovirt-hosted-engine-setup ovirt-hosted-engine-setup-1.3.0-1.el7ev.noarch ovirt-node-plugin-hosted-engine-0.3.0-3.el7ev.noarch # cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor (Beta) release 7.2 (20151112.1.el7ev) Test Steps: 1. Installed RHEVH 7.2 for rhev 3.6 beta 1 successful. 2. Setup Network via dhcp yet. 3. Set root password on Engine TUI. 3. Deploy HE on RHEV-H TUI. 4. Enable "PXE Boot Engine VM" 5. Click on "Deploy" During VM CONFIGURATION, no such original failed and break happened. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0378.html |