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が私に答えたものです([Eメール保護]):

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

ありがとうございます! =D

メモ: https://github.com/virt-manager/virt-manager/blob/master/INSTALL.md

おすすめ記事