Revision 538475ca scripts/gnt-backup

b/scripts/gnt-backup
99 99
                                vcpus=opts.vcpus, ip_check=opts.ip_check,
100 100
                                ip=opts.ip, bridge=opts.bridge, start=False,
101 101
                                src_node=opts.src_node, src_path=opts.src_dir,
102
                                wait_for_sync=opts.wait_for_sync, mac="auto")
102
                                wait_for_sync=opts.wait_for_sync, mac="auto",
103
                                iallocator=opts.iallocator)
103 104
  SubmitOpCode(op)
104 105
  return 0
105 106

  
......
137 138
  make_option("--no-ip-check", dest="ip_check", default=True,
138 139
              action="store_false", help="Don't check that the instance's IP"
139 140
              " is alive"),
141
  make_option("--iallocator", metavar="<NAME>",
142
              help="Select nodes for the instance automatically using the"
143
              " <NAME> iallocator plugin", default=None, type="string"),
140 144
  ]
141 145

  
142 146
commands = {

Also available in: Unified diff