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 27581a1 commit 5224726Copy full SHA for 5224726
.github/workflows/ci.yml
@@ -45,10 +45,11 @@ jobs:
45
- name: Permissions workaround
46
run: |
47
sudo sed -i -r 's/^#?[[:space:]]*security_driver[[:space:]]*=[^=]+/security_driver = "none"/' /etc/libvirt/qemu.conf
48
- sudo chmod 755 /var/lib/libvirt/images
49
stat /var/run/libvirt/libvirt-sock
50
- sudo virsh -c qemu:///system pool-list --all
51
- sudo virsh -c qemu:///system net-list --all
+ sudo install -o root -g -root -m 755 -d /var/lib/libvirt/images
+ virsh -c qemu:///system pool-create-as default dir --target /var/lib/libvirt/images
+ virsh -c qemu:///system pool-list --all
52
+ virsh -c qemu:///system net-list --all
53
54
- name: Enable KVM group perms
55
0 commit comments