Bug 1450311
Summary: | Failed to install guest on remote rhel6.9 connection | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | zhoujunqin <juzhou> | ||||||
Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 7.4 | CC: | crobinso, juzhou, kuwei, mskinner, mxie, ron, thinkingfacts, tzheng, xiaodwan | ||||||
Target Milestone: | rc | Keywords: | Regression | ||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | virt-manager-1.4.1-5.el7 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-08-01 21:04:33 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
zhoujunqin
2017-05-12 08:52:04 UTC
Can you provide full virt-manager --debug output when reproducing? Created attachment 1279521 [details]
virt-manager debug log
(In reply to Cole Robinson from comment #2) > Can you provide full virt-manager --debug output when reproducing? I can also reproduce this issue when install a vm on remote xen server. Debug log: virt-manager-connectxen-log Created attachment 1279522 [details]
virt-manager-connectxen-log
I cannot reproduce this issue with package: virt-manager-1.4.0-2.el7.noarch, so add 'Regression' keywords, thanks. Upstream commit: commit 713e07d4a2c4a1ef31bff2c6295df5e3934fd6eb Author: Pavel Hrdina <phrdina> Date: Wed May 17 09:18:49 2017 +0200 virtinst.diskbackend: set pool after creating StorageVolume I can reproduce this bug with build: virt-manager-1.4.1-4.el7.noarch libvirt-3.2.0-6.virtcov.el7.x86_64 qemu-kvm-rhev-2.9.0-6.el7.x86_64 Steps: Failed to install new vm on remote connection of rhel6.9 and rhel5.11, will meet error: Unable to complete install: ''NoneType' object has no attribute 'get_disk_type'' Then try to verify this bug with new build: virt-manager-1.4.1-5.el7.noarch libvirt-3.2.0-6.virtcov.el7.x86_64 qemu-kvm-rhev-2.9.0-6.el7.x86_64 Steps: Env setup: Prepare 2 hosts. source host: rhel7.4(RHEL-7.4-20170504.0/) destination host: rhel6.9(6.9released tree) 1. Launch virt-manager on source rhel7 host # virt-manager 2. Connect to remote rhel6 host by adding a connection. File ->Add connection ->check 'Connect to remote host', input ip in 'Hostname', others as default, click 'Connect'. 3. Install a new guest on rhel6 connection. Use http installation method, then click 'Forward' button step by step. Result: No error meet after click 'Begin Installation', and guest can be installed successfully on remote rhel6 connection. And also installed guest on remote rhel5 and rhel7 connection successfully. So move this bug from ON_QA to VERIFIED. After last batch of updates I am now experiencing the same bug when trying to remotely create a VM on a Fedora 20 system running KVM Using virt-manager 1.4.1-2 on FC25. When I create a RHEL7.3 VM on a CentOS 6.9 KVM host running libvirt-0.10.2-62 I get the same error when trying to attach a disk before installation begins. Unable to complete install: ''NoneType' object has no attribute 'get_disk_type'' When I create a RHEL7.3 VM on a RHEL 6.9 KVM host running libvirt-0.10.2-62 I get the same error when trying to attach a disk before installation begins. Unable to complete install: ''NoneType' object has no attribute 'get_disk_type'' When I create a RHEL 7.3 VM on a RHEL 7.3 KVM host running libvirt-2.0.0-10 it works, with NO error. (In reply to marc skinner from comment #13) > Using virt-manager 1.4.1-2 on FC25. > > When I create a RHEL7.3 VM on a CentOS 6.9 KVM host running > libvirt-0.10.2-62 I get the same error when trying to attach a disk before > installation begins. > > Unable to complete install: ''NoneType' object has no attribute > 'get_disk_type'' > > When I create a RHEL7.3 VM on a RHEL 6.9 KVM host running libvirt-0.10.2-62 > I get the same error when trying to attach a disk before installation begins. > > Unable to complete install: ''NoneType' object has no attribute > 'get_disk_type'' > > When I create a RHEL 7.3 VM on a RHEL 7.3 KVM host running libvirt-2.0.0-10 > it works, with NO error. Refer to comment 8,there is upstream patch on 2017-05-17,so next build of virt-manager on upstream should include the fix of this bug. 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://access.redhat.com/errata/RHBA-2017:2072 |