Revision 14fe92c7 lib/server/noded.py

b/lib/server/noded.py
706 706
    """
707 707
    return backend.VerifyNode(params[0], params[1])
708 708

  
709
  @classmethod
710
  def perspective_node_verify_light(cls, params):
711
    """Run a light verify sequence on this node.
712

  
713
    """
714
    # So far it's the same as the normal node_verify
715
    return cls.perspective_node_verify(params)
716

  
709 717
  @staticmethod
710 718
  def perspective_node_start_master_daemons(params):
711 719
    """Start the master daemons on this node.

Also available in: Unified diff