We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5224726 commit a871e95Copy full SHA for a871e95
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
sudo sed -i -r 's/^#?[[:space:]]*security_driver[[:space:]]*=[^=]+/security_driver = "none"/' /etc/libvirt/qemu.conf
48
stat /var/run/libvirt/libvirt-sock
49
- sudo install -o root -g -root -m 755 -d /var/lib/libvirt/images
+ sudo install -o root -g root -m 0755 -d /var/lib/libvirt/images
50
virsh -c qemu:///system pool-create-as default dir --target /var/lib/libvirt/images
51
virsh -c qemu:///system pool-list --all
52
virsh -c qemu:///system net-list --all
0 commit comments