This is an automated email from the ASF dual-hosted git repository.

nux pushed a commit to branch NuxRo-patch-1
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit 36ce271a8681d756f1d05b4c66cba58fc3d03d68
Author: NuxRo <n...@li.nux.ro>
AuthorDate: Fri Oct 11 11:36:19 2024 +0100

    libvirt legacy mode
    
    Tell libvirt client to connect old-school to libvirtd
---
 source/installguide/hypervisor/kvm.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/source/installguide/hypervisor/kvm.rst 
b/source/installguide/hypervisor/kvm.rst
index f2f6871..72bf766 100644
--- a/source/installguide/hypervisor/kvm.rst
+++ b/source/installguide/hypervisor/kvm.rst
@@ -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:

Reply via email to