pgd node part v6.1.0
Synopsis
The pgd node part
parts a PGD node from an active cluster. The part operation may take some time so the command waits for the operation to complete by default. However, if the --no-wait
option is set, the command schedules the part operation and return with an advise.
Syntax
pgd node <NODE_NAME> part [OPTIONS]
Where <NODE_NAME>
is the name of the node to be parted.
Options
The following options are available for the pgd node part
command:
Long | Description |
---|---|
--no-wait | Do not wait for the part operation to complete. |
See Global Options.
Examples
Part a node with --no-wait option
pgd node pgd-a1 part --no-wait
Output
Initiating a part node operation for node: pgd-b1 The operation will be performed in background and may take some time NOTICE: node pgd-a2 removal started in the background DETAIL: node is parting nodegroup group-a (19805032)
Part a node without --no-wait option
pgd node pgd-a1 part
Output
Starting a part node operation for node: pgd-a1 This may take some time, please wait... NOTICE: Node pgd-a1 has been removed from the BDR group