Bug 1672587
Summary: | VNC encryption is true on host after upgrade causing "Unsupported security types: 19" | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Liran Rotenberg <lrotenbe> | ||||
Component: | BLL.Virt | Assignee: | Tomasz Barański <tbaransk> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Liran Rotenberg <lrotenbe> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 4.3.0 | CC: | bugs, gshereme, mavital, ratamir, rbarry, Rhev-m-bugs, tbaransk | ||||
Target Milestone: | ovirt-4.3.1 | Keywords: | Regression | ||||
Target Release: | --- | Flags: | rule-engine:
ovirt-4.3+
rule-engine: blocker+ rule-engine: devel_ack+ |
||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ovirt-engine-4.3.1.1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-03-01 10:20:17 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
Liran Rotenberg
2019-02-05 11:34:49 UTC
Created attachment 1527121 [details]
host_deploy_log
There is a workaround until the bug is fixed: 1. Comment out `vnc_tls=1` in /etc/libvirt/qemu.conf (or change it to vnc_tls=0). 2. Restart the host (actually, what is strictly necessary is restarting libvirt and all affected VMs. Restarting the host might just be easier). Greg was faster, but definitely able to be verified with nightlies Verified on: ovirt-engine-4.3.0.5-0.0.master.20190210112640.git53b60e3.el7.noarch Steps: 1. Create a cluster with un-upgraded host, VNC encryption disabled. 2. Check the host qemu.conf for vnc_tls # less /etc/libvirt/qemu.conf | grep vnc_tls 3. Check for update from the UI. 4. Upgrade the host from UI. 5. Check the host qemu.conf for vnc_tls # less /etc/libvirt/qemu.conf | grep vnc_tls 6. Check host-deploy log for TLS conditions. Results: In step 2, qemu.conf is without vnc_tls=1, it's commented as it should be. In step 5, the result is the same as step 2, as expected. From step 6: 2019-02-12 09:35:07,419 p=24786 u=ovirt | TASK [ovirt-host-deploy-vnc-certificates : Modify qemu config file - enable TLS] *** 2019-02-12 09:35:07,434 p=24786 u=ovirt | skipping: [ocelot03.qa.lab.tlv.redhat.com] => { "changed": false, "skip_reason": "Conditional result was False" } 2019-02-12 09:35:07,476 p=24786 u=ovirt | TASK [ovirt-host-deploy-vnc-certificates : Modify qemu config file - disable TLS] *** 2019-02-12 09:35:07,990 p=24786 u=ovirt | ok: [ocelot03.qa.lab.tlv.redhat.com] => { "changed": false } This bugzilla is included in oVirt 4.3.1 release, published on February 28th 2019. Since the problem described in this bug report should be resolved in oVirt 4.3.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |