Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/installguide/hypervisor/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,13 @@ cloudstack-agent and should already be installed.

#LIBVIRTD_ARGS="--listen"

Configure libvirt to connect to libvirtd and not to per-driver daemons, especially important on newer distros such as EL9 and Ubuntu 24.04.
Edit ``/etc/libvirt/libvirt.conf`` and add the following:

.. parsed-literal::
remote_mode="legacy"


#. Restart libvirt

In RHEL or CentOS or SUSE or Ubuntu:
Expand Down
Loading