Revision b3989551 lib/opcodes.py

b/lib/opcodes.py
171 171
  __slots__ = []
172 172

  
173 173

  
174
class OpClusterCopyFile(OpCode):
175
  """Copy a file to multiple nodes."""
176
  OP_ID = "OP_CLUSTER_COPYFILE"
177
  __slots__ = ["nodes", "filename"]
178

  
179

  
180
class OpRunClusterCommand(OpCode):
181
  """Run a command on multiple nodes."""
182
  OP_ID = "OP_CLUSTER_RUNCOMMAND"
183
  __slots__ = ["nodes", "command"]
184

  
185

  
186 174
class OpVerifyCluster(OpCode):
187 175
  """Verify the cluster state."""
188 176
  OP_ID = "OP_CLUSTER_VERIFY"

Also available in: Unified diff