Revision 2503680f lib/rpc.py

b/lib/rpc.py
682 682
                               [checkdict, cluster_name])
683 683

  
684 684
  @classmethod
685
  def call_node_start_master(cls, node, start_daemons):
685
  def call_node_start_master(cls, node, start_daemons, no_voting):
686 686
    """Tells a node to activate itself as a master.
687 687

  
688 688
    This is a single-node call.
689 689

  
690 690
    """
691 691
    return cls._StaticSingleNodeCall(node, "node_start_master",
692
                                     [start_daemons])
692
                                     [start_daemons, no_voting])
693 693

  
694 694
  @classmethod
695 695
  def call_node_stop_master(cls, node, stop_daemons):

Also available in: Unified diff