Revision 8de1f1ee lib/opcodes.py

b/lib/opcodes.py
432 432
    ]
433 433

  
434 434

  
435
class OpEvacuateNode(OpCode):
436
  """Relocate secondary instances from a node."""
437
  OP_ID = "OP_NODE_EVACUATE"
438
  OP_DSC_FIELD = "node_name"
439
  __slots__ = [
440
    "node_name", "remote_node", "iallocator", "early_release",
441
    ]
442

  
443

  
444 435
class OpMigrateNode(OpCode):
445 436
  """Migrate all instances from a node."""
446 437
  OP_ID = "OP_NODE_MIGRATE"

Also available in: Unified diff