vinfra service backup node add
Add a list of nodes to the backup cluster:
usage: vinfra service backup node add --nodes <nodes>
--nodes <nodes>
- A comma-separated list of node hostnames or IDs
Example:
# vinfra service backup node add --nodes 2f3f6091-0d44-45aa-94e3-ebc2b65c0eeb +---------+--------------------------------------+ | Field | Value | +---------+--------------------------------------+ | task_id | affe92f4-0c01-4a06-b91b-4ee0355d9a87 | +---------+--------------------------------------+
This command creates a task to add the node with the ID 2f3f6091-0d44-45aa-94e3-ebc2b65c0eeb
to the backup cluster.
Task outcome:
# vinfra task show affe92f4-0c01-4a06-b91b-4ee0355d9a87 +---------+-------------------------------------------------+ | Field | Value | +---------+-------------------------------------------------+ | details | | | name | backend.presentation.abgw.tasks.AssignNodesTask | | result | | | state | success | | task_id | affe92f4-0c01-4a06-b91b-4ee0355d9a87 | +---------+-------------------------------------------------+