Revision 3c8886a9 scripts/gnt-backup

b/scripts/gnt-backup
110 110
                                ip_check=opts.ip_check,
111 111
                                ip=opts.ip, bridge=opts.bridge, start=False,
112 112
                                src_node=opts.src_node, src_path=opts.src_dir,
113
                                wait_for_sync=opts.wait_for_sync, mac="auto",
113
                                wait_for_sync=opts.wait_for_sync, mac=opts.mac,
114 114
                                file_storage_dir=opts.file_storage_dir,
115 115
                                file_driver=opts.file_driver,
116 116
                                iallocator=opts.iallocator,
......
166 166
  make_option("-b", "--bridge", dest="bridge",
167 167
              help="Bridge to connect this instance to",
168 168
              default=None, metavar="<bridge>"),
169
  make_option("--mac", dest="mac",
170
              help="MAC address ('auto' [default], or specify address)",
171
              default='auto', type="string", metavar="<MACADDRESS>"),
169 172
  make_option("--src-node", dest="src_node", help="Source node",
170 173
              metavar="<node>"),
171 174
  make_option("--src-dir", dest="src_dir", help="Source directory",

Also available in: Unified diff