libvirt e virt-manager - Não é possível concluir a instalação: 'erro interno: usb de barramento de entrada não suportado'

0

Estou seguindo as etapas abaixo para criar uma máquina virtual usando o Xen como hypervisor e virt-manager (libvirt) como o módulo de gerenciamento. Ao tentar criar a máquina virtual, estou recebendo o seguinte erro:

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

DETALHES DO ERRO:

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

OBSERVAÇÃO I: O processo de implantação segue as instruções aqui link e aqui link .
NOTA II: O Xen Hypervisor usa um CentOS 7 como " domu ".

ETAPAS:

    
por Eduardo Lucio 22.08.2018 / 18:46

1 resposta

1

Atualizei minha versão e o problema não ocorreu mais!

Veja o que Cole Robinson me respondeu na lista de discussão "libvirt-users" ([email protected]):

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

Obrigado! = D

OBSERVAÇÃO: link

    
por 23.08.2018 / 18:33