Skip to content

Commit e9e4bf0

Browse files
committed
List pools and nets
1 parent 73efda5 commit e9e4bf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
sed "s/{{USER}}/${USER}/g" < .github/workflow-templates/80-libvirt-manage.rules.tpl | sudo tee /etc/polkit-1/rules.d/80-libvirt-manage.rules > /dev/null
4747
sudo systemctl daemon-reload
4848
sudo systemctl stop libvirtd.service
49-
sudo systemctl restart libvirtd.socket || sudo journalctl --unit libvirtd.socket
49+
sudo systemctl restart libvirtd.sockets
5050
stat /var/run/libvirt/libvirt-sock
51+
sudo virsh -c qemu:///system pool-list --all
52+
sudo virsh -c qemu:///system net-list --all
5153
5254
- name: Enable KVM group perms
5355
run: |

0 commit comments

Comments
 (0)