libvirt 및 virt-manager - 설치를 완료할 수 없습니다: "내부 오류: 지원되지 않는 USB 입력 버스"

libvirt 및 virt-manager - 설치를 완료할 수 없습니다: "내부 오류: 지원되지 않는 USB 입력 버스"

아래 단계에 따라 Xen을 하이퍼바이저로, virt-manager(libvirt)를 관리 모듈로 사용하여 가상 머신을 만들었습니다. 가상 머신을 생성하려고 하면 다음 오류가 발생합니다.

설치를 완료할 수 없습니다: "내부 오류: 지원되지 않는 USB 입력 버스"

오류 정보:

Unable to complete install: 'internal error: unsupported input bus usb'

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/create.py", line 2276, in _do_async_install
    guest.start_install(meter=meter)
  File "/usr/share/virt-manager/virtinst/guest.py", line 461, in start_install
    doboot, transient)
  File "/usr/share/virt-manager/virtinst/guest.py", line 397, in _create_guest
    domain = self.conn.createXML(install_xml or final_xml, 0)
  File "/usr/lib/python3.7/site-packages/libvirt.py", line 3717, in createXML
    if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirt.libvirtError: internal error: unsupported input bus usb

참고 1:배포 프로세스는 여기 지침을 따릅니다.https://www.youtube.com/watch?v=BwkmDM-Gpzc그리고 여기https://wiki.centos.org/HowTos/Xen/Xen4QuickStart.
노트 2:Xen Hypervisor는 CentOS 7을 "domu"로 사용합니다.


속도:

여기에 이미지 설명을 입력하세요.

여기에 이미지 설명을 입력하세요.

여기에 이미지 설명을 입력하세요.

여기에 이미지 설명을 입력하세요.

답변1

버전을 업데이트했는데 더 이상 문제가 발생하지 않습니다!

다음은 "libvirt-users" 메일링 리스트에서 Cole Robinson이 나에게 답한 내용입니다([이메일 보호됨]):

Coincidentally this a bug I fixed just this morning:

commit b1eb07c26aae1b303cd9893427f46f5b693544b3 (HEAD -> master, 
origin/master, origin/HEAD)
Author: Cole Robinson <[email protected]>
Date:   Wed Aug 22 08:38:33 2018 -0400

     guest: Don't add usb tablet for xen PV

     xen PV doesn't have USB support


But you can work around it: at the end of the 'new vm' wizard, click 
'customize before install', and in the VM details window, remove the 
tablet device, then finish the install. That should make things work

감사합니다! =디

노트: https://github.com/virt-manager/virt-manager/blob/master/INSTALL.md

관련 정보