File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,10 @@ other Network Tiers within the VPC.
266
266
267
267
- **Name **: A unique name for the Network Tier you create.
268
268
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
+
269
273
- **Network Offering **: The following default Network offerings are
270
274
listed: Internal LB,
271
275
DefaultIsolatedNetworkOfferingForVpcNetworksNoLB,
Original file line number Diff line number Diff line change @@ -478,6 +478,12 @@ cloudstack-agent and should already be installed.
478
478
.. parsed-literal ::
479
479
remote_mode="legacy"
480
480
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
+
481
487
482
488
#. Restart libvirt
483
489
You can’t perform that action at this time.
0 commit comments