Trees | Indices | Help |
|
---|
|
Logical unit for adding node to the cluster.
|
|||
|
|||
dict |
|
||
tuple; (list, list) |
|
||
list |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
HPATH = "node-add" hash(x) |
|||
HTYPE = constants.HTYPE_NODE hash(x) |
|||
_NFLAGS = ["master_capable", "vm_capable"]
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Check syntactic validity for the opcode arguments. This method is for doing a simple syntactic check and ensure validity of opcode parameters, without any cluster-related checks. While the same can be accomplished in ExpandNames and/or CheckPrereq, doing these separate is better because:
The function is allowed to change the self.op attribute so that later methods can no longer worry about missing parameters.
|
Build hooks env. This will run on all nodes before, and on all nodes + the new node after.
|
Build hooks nodes.
|
Extend list of nodes to run the post LU hook. This method allows LUs to change the list of node UUIDs on which the post hook should run after the LU has been executed but before the post hook is run.
|
Check prerequisites. This checks:
Any errors are signaled by raising errors.OpPrereqError.
|
Update the SSH setup of all nodes after adding a new node.
|
Adds the new node to the cluster.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:14 2016 | http://epydoc.sourceforge.net |