Revision cb8028f3
ID | cb8028f3aac6691d42e1eabd8d50b07dd6fc2855 |
Parent | 96eeb742 |
Child | c777c5fc, cf048aea |
Simplify 'GetMasterInfo' RPC
RPC 'GetMasterInfo' returns several fields, namely, 'master_netdev',
'master_ip', 'master_netmask', 'master_node', and 'primary_ip_family',
of which only the 'master_node' is actually used.
- remove all the other fields and keep only the 'master_node' field.
- rename RPCs, helper functions (e.g., 'master_info' to 'master_node_name')
- simplify the the voting algorithm code
Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Files
- added
- modified
- copied
- renamed
- deleted