Skip to content

Commit 41d7247

Browse files
committed
Set group on default pool
1 parent a871e95 commit 41d7247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
- name: Permissions workaround
4646
run: |
4747
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 0755 -d /var/lib/libvirt/images
48+
sudo install -o root -g libvirt-qemu -m 0755 -d /var/lib/libvirt/images
5049
virsh -c qemu:///system pool-create-as default dir --target /var/lib/libvirt/images
5150
virsh -c qemu:///system pool-list --all
5251
virsh -c qemu:///system net-list --all
52+
stat /var/run/libvirt/libvirt-sock /var/lib/libvirt/images
5353
5454
- name: Enable KVM group perms
5555
run: |

0 commit comments

Comments
 (0)