Revision c06e0c83
ID | c06e0c8383735d9357e4d1b63dad17767dc103b7 |
Split starting and stopping master IP and daemons
lib/backend.py- split StartMaster() in ActivateMasterIp() and StartMasterDaemons()
- split StopMaster() in DeactivateMasterIp() and StopMasterDaemons()
- adapt the call chains to the new functions, define new RPCs
- use the new RPCs
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
(cherry picked from commit fb460cf7e9bda225e4f1c070cd6b4fac1b3f6696)
Files
- added
- modified
- copied
- renamed
- deleted
- lib
- backend.py (diff)
- bootstrap.py (diff)
- cmdlib.py (diff)
- rpc.py (diff)
- server
- masterd.py (diff)
- noded.py (diff)