Commit 9f83839
preflight: Use read-only qemu:///system when calling virsh capabilities
crc's preflight check use virsh capabilities to make sure a qemu binary
supporting kvm is installed. It currently calls 'virsh capabilities'
which is apparently disabled on some setups.
This commit tries to use qemu:///system instead, but it only uses a
read-only connection as we don't know yet if the user is in the libvirt
group and has read/write access to qemu:///system.
This should fix #19941 parent 70b65fb commit 9f83839
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments