Revision fcad7225 lib/opcodes.py

b/lib/opcodes.py
573 573
  """Query cluster information."""
574 574

  
575 575

  
576
class OpClusterVerify(OpCode):
577
  """Submits all jobs necessary to verify the cluster.
578

  
579
  """
580
  OP_PARAMS = [
581
    _PDebugSimulateErrors,
582
    _PErrorCodes,
583
    _PSkipChecks,
584
    _PVerbose,
585
    ("group_name", None, ht.TMaybeString, "Group to verify")
586
    ]
587

  
588

  
576 589
class OpClusterVerifyConfig(OpCode):
577 590
  """Verify the cluster config.
578 591

  

Also available in: Unified diff