予期せずロードされない実行中の仮想マシンがあります。 CentOS7でvirt-managerを使用する
エラーは次のとおりです。
Error Starting Domain: internal error: Did not find USB device 05ac:12a8
05ac:12a8
QEMU GUIにUSBデバイスが表示されます。
仮想化なので、サーバーにどのUSBデバイスがあるのかわかりません。
エラーの詳細は次のとおりです。
Error starting domain: internal error: Did not find USB device 05ac:12a8
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1506, in startup
self._backend.create()
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1080, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error: Did not find USB device 05ac:12a8
libvirtd
ステータスはまた、デバイスが見つからないことを確認します。
[orca@orcacomputers ~]$ systemctl status libvirtd -l
● libvirtd.service - Virtualization daemon
Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-09-22 15:44:22 PDT; 12min ago
Docs: man:libvirtd(8)
https://libvirt.org
Main PID: 2419 (libvirtd)
Tasks: 17 (limit: 32768)
Memory: 23.4M
CGroup: /system.slice/libvirtd.service
└─2419 /usr/sbin/libvirtd
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.269+0000: 2523: error : storageDriverAutostartCallback:209 : internal error: Failed to autostart storage pool 'CentOS': cannot open directory '/mnt/raid5/VM/CentOS': No such file or directory
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.295+0000: 2523: error : virUSBDeviceFindByVendor:229 : internal error: Did not find USB device 05ac:12a8
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.386+0000: 2523: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.386+0000: 2523: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.386+0000: 2523: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
Sep 22 15:44:23 orcacomputers libvirtd[2419]: 2021-09-22 22:44:23.386+0000: 2523: error : qemuAutostartDomain:258 : internal error: Failed to autostart VM 'Debian': internal error: Did not find USB device 05ac:12a8
Sep 22 15:45:18 orcacomputers libvirtd[2419]: 2021-09-22 22:45:18.706+0000: 2473: error : virUSBDeviceFindByVendor:229 : internal error: Did not find USB device 05ac:12a8
Sep 22 15:45:18 orcacomputers libvirtd[2419]: 2021-09-22 22:45:18.706+0000: 2473: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
Sep 22 15:45:18 orcacomputers libvirtd[2419]: 2021-09-22 22:45:18.706+0000: 2473: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
Sep 22 15:45:18 orcacomputers libvirtd[2419]: 2021-09-22 22:45:18.706+0000: 2473: warning : virHostdevReAttachUSBDevices:1922 : Unable to find device 000.000 in list of active USB devices
ベストアンサー1
一般:
05ac:12a8
USBバスの識別子です。デフォルトでは使用できず、手動で追加する必要があります。問題のあるデバイスを削除して仮想マシンを起動するだけです。仮想マシンがUSBデバイスにアクセスできないようにするには、3つすべてを削除することもできます。
これを行う前に、通常どおりに仮想マシンをバックアップすることをお勧めします。デフォルトのストレージパスはで、/var/lib/libvirt/images
拡張子はです.qcow
。また、確認することをお勧めします/var/lib/libvirt/qemu/save
。コンピュータが保存されている場合、ここで名前は一致しますが、拡張子は同じファイルを見つけることができます.save
。 USBバスを取り外すと問題が発生した場合は、ファイルを元の場所にコピーするだけで現在の状態を簡単に復元できます。
この特別な場合:
メッセージもあります。
cannot open directory '/mnt/raid5/VM/CentOS'
これは、VMが作成されたときにUSBバスに接続されている実際のUSBストレージを参照できます。私は明らかに知る方法がなく、テストのみすることができます。したがって、何かを変更する前にファイルをバックアップしてください。