lbcli replace node
Replaces volume allocation from one node to another node.
Synopsis
Replacement migrates all volumes and snapshots from src node to target node.
lbcli replace node --src-node-uuid=<node-uuid> --target-node-uuid=<node-uuid> [flags]
Examples:
# replace node whose uuid is 302e7970-b138-11e9-91d4-525401643394 with a new node whose uuid is a02e7970-b138-11e9-91d4-525401643394.
lbcli -J $JWT replace node --src-node-uuid=302e7970-b138-11e9-91d4-525401643394 --target-node-uuid=a02e7970-b138-11e9-91d4-525401643394
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for node. | |
--src-node-uuid | string | Source Node UUID (required). | ||
– target-node-uuid | string | Target Node UUID (required). |
The source node must be inactive. Target node must be unattached.
Was this page helpful?