Revision 4a25828c scripts/gnt-backup

b/scripts/gnt-backup
245 245
             help="Select nodes for the instance automatically using the"
246 246
             " <NAME> iallocator plugin", default=None, type="string",
247 247
             completion_suggest=OPT_COMPL_ONE_IALLOCATOR),
248
  cli_option("--file-storage-dir", dest="file_storage_dir",
249
             help="Relative path under default cluster-wide file storage dir"
250
             " to store file-based disks", default=None,
251
             metavar="<DIR>"),
248
  FILESTORE_DIR_OPT,
252 249
  cli_option("--file-driver", dest="file_driver", help="Driver to use"
253 250
             " for image files", default="loop", metavar="<DRIVER>",
254 251
             choices=list(constants.FILE_DRIVER)),

Also available in: Unified diff