Revision 9fa567b3 lib/client/gnt_node.py

b/lib/client/gnt_node.py
426 426

  
427 427
  op = opcodes.OpNodeMigrate(node_name=args[0], mode=mode,
428 428
                             iallocator=opts.iallocator,
429
                             target_node=opts.dst_node)
429
                             target_node=opts.dst_node,
430
                             ignore_ipolicy=opts.ignore_ipolicy)
430 431

  
431 432
  result = SubmitOpCode(op, cl=cl, opts=opts)
432 433

  
......
899 900
  "migrate": (
900 901
    MigrateNode, ARGS_ONE_NODE,
901 902
    [FORCE_OPT, NONLIVE_OPT, MIGRATION_MODE_OPT, DST_NODE_OPT,
902
     IALLOCATOR_OPT, PRIORITY_OPT],
903
     IALLOCATOR_OPT, PRIORITY_OPT, IGNORE_IPOLICY_OPT],
903 904
    "[-f] <node>",
904 905
    "Migrate all the primary instance on a node away from it"
905 906
    " (only for instances of type drbd)"),

Also available in: Unified diff