correct path for virsh pool

This commit is contained in:
2021-11-05 15:33:43 +01:00
parent 95719376b7
commit faba0c60c3
2 changed files with 22 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# It is then executed once upon first-boot as a systemd-unit
# virsh command fail. would need to fetch a script and execute post-launch with a delay, for example using a systemd unit
virsh pool-define-as iso dir /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'.
virsh pool-define-as iso dir - - - - /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'.
virsh pool-build iso # Build the pool
virsh pool-start iso # Start it
virsh pool-autostart iso # Set-it to autostart