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

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


The following commit(s) were added to refs/heads/4.20 by this push:
     new e7ad93d  Added command to set libvirtd to traditional mode (#462)
e7ad93d is described below

commit e7ad93db73df464d154b88b3be65b17788b918d6
Author: Davide <[email protected]>
AuthorDate: Thu Jan 16 11:48:06 2025 +0100

    Added command to set libvirtd to traditional mode (#462)
    
    Co-authored-by: Abhisar Sinha <[email protected]>
---
 source/adminguide/networking/virtual_private_cloud_config.rst | 4 ++++
 source/installguide/hypervisor/kvm.rst                        | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/source/adminguide/networking/virtual_private_cloud_config.rst 
b/source/adminguide/networking/virtual_private_cloud_config.rst
index 79599d0..0365e98 100644
--- a/source/adminguide/networking/virtual_private_cloud_config.rst
+++ b/source/adminguide/networking/virtual_private_cloud_config.rst
@@ -266,6 +266,10 @@ other Network Tiers within the VPC.
 
    -  **Name**: A unique name for the Network Tier you create.
 
+   .. note::
+      Admins can choose to automatically prepend the VPC name to the Tier name 
during creation
+      using global configurations "vpc.tier.name.prepend" and 
"vpc.tier.name.prepend.delimiter".
+
    -  **Network Offering**: The following default Network offerings are
       listed: Internal LB,
       DefaultIsolatedNetworkOfferingForVpcNetworksNoLB,
diff --git a/source/installguide/hypervisor/kvm.rst 
b/source/installguide/hypervisor/kvm.rst
index 72bf766..6f4e645 100644
--- a/source/installguide/hypervisor/kvm.rst
+++ b/source/installguide/hypervisor/kvm.rst
@@ -478,6 +478,12 @@ cloudstack-agent and should already be installed.
    .. parsed-literal::
       remote_mode="legacy"
 
+   On Ubuntu 24.04 or newer set libvirtd mode to traditional mode (see 
https://libvirt.org/manpages/libvirtd.html#system-socket-activation):
+
+   .. parsed-literal::
+
+      systemctl mask libvirtd.socket libvirtd-ro.socket libvirtd-admin.socket 
libvirtd-tls.socket libvirtd-tcp.socket
+
 
 #. Restart libvirt
 

Reply via email to