We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b383dc5 commit 45a49c7Copy full SHA for 45a49c7
source/installguide/hypervisor/kvm.rst
@@ -472,6 +472,13 @@ cloudstack-agent and should already be installed.
472
473
#LIBVIRTD_ARGS="--listen"
474
475
+ Configure libvirt to connect to libvirtd and not to per-driver daemons, especially important on newer distros such as EL9 and Ubuntu 24.04.
476
+ Edit ``/etc/libvirt/libvirt.conf`` and add the following:
477
+
478
+ .. parsed-literal::
479
+ remote_mode="legacy"
480
481
482
#. Restart libvirt
483
484
In RHEL or CentOS or SUSE or Ubuntu:
0 commit comments