Revision 4da7909a lib/opcodes.py

b/lib/opcodes.py
737 737
  __slots__ = ["output_fields", "names"]
738 738

  
739 739

  
740
class OpSetGroupParams(OpCode):
741
  """Change the parameters of a node group."""
742
  OP_ID = "OP_GROUP_SET_PARAMS"
743
  OP_DSC_FIELD = "group_name"
744
  __slots__ = [
745
    "group_name",
746
    "ndparams",
747
    ]
748

  
749

  
740 750
class OpRemoveGroup(OpCode):
741 751
  """Remove a node group from the cluster."""
742 752
  OP_ID = "OP_GROUP_REMOVE"

Also available in: Unified diff