Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option NamePossible ValuesRecommended Field TypeDescription
customextraipextra_ipsinteger >= 0Quantity, Dropdown

Determines how many extra IPs will be assigned to the server.

Info
titleQuantity

It is recommended to set the config option Step to 1 when using the Quantity type.

The module allows for the removal of IP addresses one at a time. Using a Step value greater than 1 for a Quantity config option will disallow the removal of IP addresses through the module. This is because the decrement of a single IP address would no longer coincide with a valid Step from the config option.

extra_diskcustomdiskspaceinteger >= 0Dropdown

Sets the amount of extra disk space available for the server in GB (Gigabytes). This

overrides

amount is added to the disk space currently set for the server's Plan

value for

.

e.g. "20" to indicate an additional 20 GB of disk space

.

custombandwidthextra_bandwidthinteger >= 0Dropdown

Sets the amount of

memory

extra bandwidth for the server in GB (Gigabytes). This

overrides

amount is added to the bandwidth currently set for the server's Plan

value for bandwidth.

.

e.g. "5" to indicate an additional 5 GB of bandwidth

extra_cpuscustomcpuinteger >= 10Quantity, Dropdown

Sets the number of extra CPU cores available to the server. This

overrides

number is added to the CPUs currently set for the server's Plan

value for CPU cores.

.

e.g. "2" to indicate two more additional CPUs

nodegroupinteger >= 1DropdownSets the node group from which SolusVM will determine a node to assign the server to. This overrides the Package settings for node or node group.
template???Dropdown

Sets the name/filename of the template to install on the server. This will override the Package setting for Template.
e.g. "centos-5.8-x86_64-solus-virtualmin"

custommemoryextra_memoryinteger > 0 (or a colon-separated value)=0DropdownSets the amount of extra 'guaranteed' memory in MB (Megabytes). This will override amount is added to the memory currently set for the server's Plan value for memory. Optionally, this field may also contain the swap/burst memory by separating the two values with a colon.
e.g. "512" to indicate an additional 512 MB of memory; "512:1024" to indicate 512 MB of memory and 1024 MB of swap/burst memory
extra_swapcustommemoryswapinteger >= 0Dropdown

Sets the amount of extra swap/burst memory in MB (Megabytes).

Setting this value will override the server's Plan value for

The amount is added to the swap/burst memory

. If custommemory includes a swappable memory amount, the value set for this field will override it.

currently set for the server's Plan.

e.g. "512" to indicate an additional 512 MB of swap

Info
title

...

Swap

Setting extra_swap requires that the extra_memory option be set as well.

If the server's plan does not provide any swap, and no extra swap has been set for this option, a value of 512 MB will be used

...

by default.

...

Only OpenVZ supports changing swap space after the server has been created. Changing swap for other virtualization types will have no effect.

Note
titleUpdating Config Options

When updating configurable options for an existing server, any changes made will only take effect for the local service. The server on SolusVM will not be updated with the new values.

The only exception is the template option. Changing the template config option value will rebuild the server using the new template, which will delete all existing data on the server. This is identical to performing the "Reinstall" action.

...