Skip to content

Commit 5d09b59

Browse files
committed
note: trim on hostname for autoscale instances
Related apache/cloudstack#11327 Signed-off-by: Abhishek Kumar <[email protected]>
1 parent d80ffb2 commit 5d09b59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/adminguide/autoscale_with_virtual_router.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,20 @@ Specify the following:
176176
<virtual_machines.html#user-data-and-metadata>`_.
177177

178178

179+
.. note::
180+
Hostnames for instances in an AutoScale Instance Group are automatically
181+
generated from the group name and sanitized to meet the OS hostname rules
182+
of the template. If the generated name exceeds the allowed limit,
183+
it will be trimmed to fit within the limit. The limits are:
184+
185+
- **Windows templates:** 15 characters (NetBIOS limit).
186+
- **Other OS templates:** 63 characters.
187+
188+
Unsupported characters may be normalized (for example, lower-cased or
189+
replaced) to comply with OS constraints.
190+
191+
192+
179193
AutoScale Policies
180194
-------------------------------------------------
181195

0 commit comments

Comments
 (0)