Revision d6cd74dd lib/client/gnt_backup.py

b/lib/client/gnt_backup.py
150 150
    ExportInstance, ARGS_ONE_INSTANCE,
151 151
    [FORCE_OPT, SINGLE_NODE_OPT, NOSHUTDOWN_OPT, SHUTDOWN_TIMEOUT_OPT,
152 152
     REMOVE_INSTANCE_OPT, IGNORE_REMOVE_FAILURES_OPT, DRY_RUN_OPT,
153
     PRIORITY_OPT, SUBMIT_OPT],
153
     PRIORITY_OPT] + SUBMIT_OPTS,
154 154
    "-n <target_node> [opts...] <name>",
155 155
    "Exports an instance to an image"),
156 156
  "import": (
......
159 159
    "Imports an instance from an exported image"),
160 160
  "remove": (
161 161
    RemoveExport, [ArgUnknown(min=1, max=1)],
162
    [DRY_RUN_OPT, PRIORITY_OPT, SUBMIT_OPT],
162
    [DRY_RUN_OPT, PRIORITY_OPT] + SUBMIT_OPTS,
163 163
    "<name>", "Remove exports of named instance from the filesystem."),
164 164
  }
165 165

  

Also available in: Unified diff