You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. Licensed to the Apache Software Foundation (ASF) under one
2
+
or more contributor license agreements. See the NOTICE file
3
+
distributed with this work for additional information#
4
+
regarding copyright ownership. The ASF licenses this file
5
+
to you under the Apache License, Version 2.0 (the
6
+
"License"); you may not use this file except in compliance
7
+
with the License. You may obtain a copy of the License at
8
+
http://www.apache.org/licenses/LICENSE-2.0
9
+
Unless required by applicable law or agreed to in writing,
10
+
software distributed under the License is distributed on an
11
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
12
+
KIND, either express or implied. See the License for the
13
+
specific language governing permissions and limitations
14
+
under the License.
15
+
16
+
17
+
Hosts/Cluster Arch Types Allocation
18
+
===================================
19
+
20
+
Since CloudStack 4.20.0, it is possible to add AMD 64 bits and ARM 64 bits clusters (and hosts). A single zone can contain clusters (and hosts) of different arch types (multi-arch zones).
21
+
22
+
When a multi-arch zone is selected for VM deployment, CloudStack allows the users to filter the templates/ISOs by their arch type.
23
+
24
+
|deploy-vm-arch-types.png|
25
+
26
+
Once a template/ISO is selected, only the clusters (and hosts) matching the arch type will be considered for the VM allocation
Copy file name to clipboardExpand all lines: source/installguide/configuration.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -871,6 +871,9 @@ You need to tell CloudStack about the hosts that it will manage. Hosts
871
871
exist inside clusters, so before you begin adding hosts to the cloud,
872
872
you must add at least one cluster.
873
873
874
+
.. note::
875
+
Since CloudStack 4.20.0, it is possible to specify the hosts arch type which must be homogeneous within the cluster. AMD 64 bits (x86_64) and ARM 64 bits (aarch64) arch types are supported. The pre-existing clusters are set to arch type AMD 64 bits as well as new clusters in which the arch type is not specified.
876
+
874
877
875
878
Add Cluster: KVM or XenServer
876
879
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -889,6 +892,8 @@ hosts and logged in to the CloudStack UI.
889
892
890
893
#. Choose the hypervisor type for this cluster.
891
894
895
+
#. Choose the arch type of the hosts within the cluster.
896
+
892
897
#. Choose the pod in which you want to create the cluster.
893
898
894
899
#. Enter a name for the cluster. This can be text of your choosing and
@@ -1008,7 +1013,7 @@ Requirements for XenServer and KVM Hosts
1008
1013
1009
1014
Configuration requirements:
1010
1015
1011
-
- Each cluster must contain only hosts with the identical hypervisor.
1016
+
- Each cluster must contain only hosts with the identical hypervisor and arch type.
1012
1017
1013
1018
- For XenServer, do not put more than 8 hosts in a cluster.
1014
1019
@@ -1017,6 +1022,8 @@ Configuration requirements:
1017
1022
For hardware requirements, see the installation section for your
1018
1023
hypervisor in the CloudStack Installation Guide.
1019
1024
1025
+
.. note::
1026
+
Since CloudStack 4.20.0, the host arch type is auto detected when adding the host into CloudStack and it must match the cluster arch type for the operation to succeed.
0 commit comments