Trees | Indices | Help |
|
---|
|
Add a node to the cluster.
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
OP_ID = "OP_NODE_ADD" The ID of this opcode. |
|||
OP_DSC_FIELD = "node_name"
|
|
|||
str
|
node_name The name of the node to add. |
||
IP address |
primary_ip The primary IP of the node. |
||
bool
|
readd Whether to re-add an existing node to the cluster. |
||
IP address |
secondary_ip The secondary IP of the node. |
||
|
|||
Inherited from |
|
node_nameThe name of the node to add. This can be a short name, but it will be expanded to the FQDN.
|
primary_ipThe primary IP of the node. This will be ignored when the opcode is submitted, but will be filled during the node add (so it will be visible in the job query).
|
readdWhether to re-add an existing node to the cluster. If this is not passed, then the operation will abort if the node name is already in the cluster; use this parameter to 'repair' a node that had its configuration broken, or was reinstalled without removal from the cluster.
|
secondary_ipThe secondary IP of the node. This needs to be passed if the cluster has been initialized in 'dual-network' mode, otherwise it must not be given.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:50 2010 | http://epydoc.sourceforge.net |