This command modifies the configuration of a VAST compute cluster.
Usage
computecluster modify --id ID
[--cnode-ids CNODE_IDs]
[--resource-preset LOW|BALANCED|MEM_HEAVY|HIGH_COMPUTE]
[--static-ip-ranges STATIC_IP_RANGES]
[--backup-frequency BACKUP_FREQUENCY]
Required Parameters
| Specifies which compute cluster to modify. |
Options
| Changes which CNodes from which to allocate resources to the compute cluster. A minimum of three CNodes must be allocated. Specify the |
| Sets which resources to allocate from the specified CNodes. Specify one of the following options:
|
| A virtual IP pool to be statically allocated to the compute cluster nodes. These IPs are used by the compute cluster's nodes to communicate with each other. They should be valid external IPs. Allocate a minimum of one more than the number of CNodes you allocate using the Specify |
| The frequency of the compute cluster's database backup, in minutes. Specify Default: 60 |
Example
vcli: admin> computecluster modify --id 1 --cnode-ids 1,2,3 --resource-preset BALANCED --static-ip-ranges 10.0.0.1,10.0.0.5 10.0.0.10,10.0.0.15 --backup-frequency 60