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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 45a49c7  libvirt legacy mode (#447)
45a49c7 is described below

commit 45a49c77f0a0f0aa718e8cd3752cbb5ca04e1199
Author: NuxRo <[email protected]>
AuthorDate: Wed Oct 16 06:21:18 2024 +0100

    libvirt legacy mode (#447)
    
    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