Revision 7ffc5a86 lib/opcodes.py

b/lib/opcodes.py
350 350
    "force",
351 351
    ]
352 352

  
353

  
354
class OpEvacuateNode(OpCode):
355
  """Relocate secondary instances from a node."""
356
  OP_ID = "OP_NODE_EVACUATE"
357
  OP_DSC_FIELD = "node_name"
358
  __slots__ = OpCode.__slots__ + [
359
    "node_name", "remote_node", "iallocator",
360
    ]
361

  
362

  
353 363
# instance opcodes
354 364

  
355 365
class OpCreateInstance(OpCode):

Also available in: Unified diff