Skip to content

Commit e7ad93d

Browse files
Dav-11abh1sar
andauthored
Added command to set libvirtd to traditional mode (#462)
Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
1 parent 8148e95 commit e7ad93d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/adminguide/networking/virtual_private_cloud_config.rst

+4
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ other Network Tiers within the VPC.
266266

267267
- **Name**: A unique name for the Network Tier you create.
268268

269+
.. note::
270+
Admins can choose to automatically prepend the VPC name to the Tier name during creation
271+
using global configurations "vpc.tier.name.prepend" and "vpc.tier.name.prepend.delimiter".
272+
269273
- **Network Offering**: The following default Network offerings are
270274
listed: Internal LB,
271275
DefaultIsolatedNetworkOfferingForVpcNetworksNoLB,

source/installguide/hypervisor/kvm.rst

+6
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,12 @@ cloudstack-agent and should already be installed.
478478
.. parsed-literal::
479479
remote_mode="legacy"
480480
481+
On Ubuntu 24.04 or newer set libvirtd mode to traditional mode (see https://libvirt.org/manpages/libvirtd.html#system-socket-activation):
482+
483+
.. parsed-literal::
484+
485+
systemctl mask libvirtd.socket libvirtd-ro.socket libvirtd-admin.socket libvirtd-tls.socket libvirtd-tcp.socket
486+
481487
482488
#. Restart libvirt
483489

0 commit comments

Comments
 (0)