chore: Debug libvirt permissions
Some checks failed
build-image / Build image (push) Failing after 1m49s
Some checks failed
build-image / Build image (push) Failing after 1m49s
This commit is contained in:
@ -97,8 +97,12 @@ jobs:
|
||||
|
||||
libvirtd -d
|
||||
|
||||
ps aux | grep libvirtd
|
||||
ls -l /var/run/libvirt/libvirt-sock
|
||||
ls -l /dev/kvm
|
||||
groups
|
||||
|
||||
kvm-ok || cat /proc/cpuinfo | grep -E 'vmx|svm'
|
||||
|
||||
qemu-system-x86_64 -enable-kvm --version
|
||||
|
||||
virt-install \
|
||||
--name ubuntu-harvester \
|
||||
@ -106,7 +110,7 @@ jobs:
|
||||
--vcpus 2 \
|
||||
--disk path=ubuntu-vm/ubuntu.qcow2,size=10,format=qcow2 \
|
||||
--disk path=ubuntu-vm/seed.iso,device=cdrom \
|
||||
--cdrom '/iso/Canonical/Ubuntu Server 24.04/ubuntu-24.04.2-desktop-amd64.iso' \
|
||||
--cdrom '/iso/Canonical/Ubuntu\ Server\ 24.04/ubuntu-24.04.2-desktop-amd64.iso' \
|
||||
--os-variant ubuntu24.04 \
|
||||
--graphics none \
|
||||
--network network=default \
|
||||
|
Reference in New Issue
Block a user