r/vmhost: Install libvirt storage driver

The *libvirt-daemon-driver-storage-core* package provides the libvirt
plugin needed for storage management, e.g. `virsh blockresize`.
ntfy
Dustin 2021-11-06 18:10:32 -05:00
parent 150798cbd5
commit 3f9b8c1d9b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
vmhost_required_packages: vmhost_required_packages:
- libvirt-daemon-driver-qemu
- libvirt-daemon-driver-network - libvirt-daemon-driver-network
- libvirt-daemon-driver-qemu
- libvirt-daemon-driver-storage-core
- python3-libvirt - python3-libvirt
- python3-lxml - python3-lxml
- qemu-kvm - qemu-kvm