Hi,
After installing KVM, libvirt, and qemu, I have been following
this guide for configuration and VM creation. I have hit a wall when it comes to creating a new VM however.
Upon attempting to create a new VM on my localhost, Virtual Machine Manager reports
Error launching manager: 'NoneType' object has no attribute 'get_default_storage_format', with the following details:
Code:
Error launching manager: 'NoneType' object has no attribute 'get_default_storage_format'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 877, in _do_show_create
self._get_create_dialog().show(src.topwin, uri)
File "/usr/share/virt-manager/virtManager/create.py", line 170, in show
self.reset_state(uri)
File "/usr/share/virt-manager/virtManager/create.py", line 389, in reset_state
self.addstorage.reset_state()
File "/usr/share/virt-manager/virtManager/addstorage.py", line 195, in reset_state
fmt = self.conn.get_default_storage_format()
AttributeError: 'NoneType' object has no attribute 'get_default_storage_format'
I don't speak Python which doesn't make the traceback particularly revealing, and online research has so far consistently circled back around to "install qemu", which I had performed previously. Any fresh ideas would be greatly appreciated!