Change cloud server configuration
In a cloud server, you can change the configuration and number of resources:
- select a different lineup and fixed configuration (except GPU lineup);
- change the fixed configuration to an arbitrary configuration (except for the GPU lineup);
- change the number of resources in fixed or arbitrary configuration - vCPU, RAM, local disk size;
- change an custom configuration to a fixed configuration.
A cloud server configuration with a local disk cannot be changed to a configuration without a local disk and vice versa.
Graphics processors can be added to servers of arbitrary configuration.
When you change the configuration, all data on the cloud server is saved.
Change server configuration
The cloud server will be unavailable during the configuration change.
Control panel
OpenStack CLI
-
In the Dashboard, on the top menu, click Products and select Cloud Servers.
-
Open the server page → Configuration tab.
-
Click Change Configuration.
-
In the Configuration block, select a new configuration. If you need to add a GPU to the cloud server, select a GPU lineup.
-
Optional: you can customize the configuration:
5.1 Expand the block describing the configuration settings.
5.2 Optionally: select the processor manufacturer. Manufacturer selection is not available in all pools.
5.3 Optional: If you want the vCPU of the cloud server to be assigned to physical CPU cores, check the **Dedicated Co **res checkbox. See the Dedicated Cores instruction for more information.
If the cloud server has dedicated cores and you need to disable them, clear the checkbox Dedicated cores.5.4 Optional: If the cloud server has dedicated cores and you want to enable Hyper-Threading, check the Hyper-Threading (SMT) checkbox . To disable Hyper-Threading, clear the Hyper-Threading (SMT) checkbox.
5.5 Optional: If the cloud server has dedicated cores and you want to place the CPU resources on a single NUMA node, check the Mandatory placement on a single NUMA node checkbox. To not place cloud server resources on a single NUMA node, clear the Mandatory placement on a single NUMA node checkbox . If cloud server resources cannot be placed on a single node, the modified configuration will not be applied. For more information, see the Placement on a single NUMA node subsection of the Dedicated Cores tutorial.
-
Specify the number of resources required.
-
Click Save and reboot.
-
Change the cloud server configuration:
openstack server resize --flavor <flavor> <server>Specify:
<flavor>- The ID or name of the flavor. The flavors correspond to cloud server configurations and determine the number of vCPUs, RAM, and local disk size of the server. You can use fixed configuration flavor or you can create a flavor. You can view the list of flavors using the commandopenstack flavor listor in the table The list of fixed configuration flavors in all pools;<server>- Server ID or name. The list of servers can be viewed with the commandopenstack server list.