Greetings,
After reverting the ovirt_disk module to the ovirt_disk_28, I'm able to get passed
that step, however now I'm running into a new issue.
When it tries to start the vm after moving it from local storage to the hosted storage, I
get the following errors:
2020-10-27 21:42:17,334+0000 ERROR (vm/9562a74e) [virt.vm]
(vmId='9562a74e-2e6c-433b-ac0a-75a2acc7398d') The vm start process failed
(vm:872)
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/vdsm/virt/vm.py", line 802, in
_startUnderlyingVm
self._run()
File "/usr/lib/python3.6/site-packages/vdsm/virt/vm.py", line 2615, in _run
dom.createWithFlags(flags)
File "/usr/lib/python3.6/site-packages/vdsm/common/libvirtconnection.py", line
131, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/vdsm/common/function.py", line 94, in
wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python3.6/site-packages/libvirt.py", line 1265, in
createWithFlags
if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed',
dom=self)
libvirt.libvirtError: internal error: process exited while connecting to monitor:
2020-10-27T21:42:16.133517Z qemu-kvm: -object
tls-creds-x509,id=vnc-tls-creds0,dir=/etc/pki/vdsm/libvirt-vnc,endpoint=server,verify-peer=no:
Cannot load certificate '/etc/pki/vdsm/libvirt-vnc/server-cert.pem' & key
'/etc/pki/vdsm/libvirt-vnc/server-key.pem': Error while reading file.
2020-10-27 21:42:17,335+0000 INFO (vm/9562a74e) [virt.vm]
(vmId='9562a74e-2e6c-433b-ac0a-75a2acc7398d') Changed state to Down: internal
error: process exited while connecting to monitor: 2020-10-27T21:42:16.133517Z qemu-kvm:
-object
tls-creds-x509,id=vnc-tls-creds0,dir=/etc/pki/vdsm/libvirt-vnc,endpoint=server,verify-peer=no:
Cannot load certificate '/etc/pki/vdsm/libvirt-vnc/server-cert.pem' & key
'/etc/pki/vdsm/libvirt-vnc/server-key.pem': Error while reading file. (code=1)
(vm:1636)
the permissions on the files appears to be correct.
https://bugzilla.redhat.com/show_bug.cgi?id=1634742 appears similar, but i took the added
precaution of completely removing the vdsm packages and /etc/pki/vdsm and /etc/libvirt.
Anyone have any additional troubleshooting steps?