We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a074800 commit 7979979Copy full SHA for 7979979
1 file changed
stack.sh
@@ -291,7 +291,7 @@ if [[ "$ENABLED_SERVICES" =~ "n-cpu" ]]; then
291
# qcow images) and kvm (hardware based virtualization). If unable to
292
# load kvm, set the libvirt type to qemu.
293
sudo modprobe nbd || true
294
- if ! sudo modprobe kvm; then
+ if ! -e /dev/kvm; then
295
LIBVIRT_TYPE=qemu
296
fi
297
# User needs to be member of libvirtd group for nova-compute to use libvirt.
0 commit comments