Revision d3e6fd0e lib/cli.py

b/lib/cli.py
95 95
  "GATEWAY6_OPT",
96 96
  "GLOBAL_FILEDIR_OPT",
97 97
  "HID_OS_OPT",
98
  "GLOBAL_GLUSTER_FILEDIR_OPT",
98 99
  "GLOBAL_SHARED_FILEDIR_OPT",
99 100
  "HOTPLUG_OPT",
100 101
  "HVLIST_OPT",
......
1318 1319
  pathutils.DEFAULT_SHARED_FILE_STORAGE_DIR,
1319 1320
  metavar="SHAREDDIR", default=None)
1320 1321

  
1322
GLOBAL_GLUSTER_FILEDIR_OPT = cli_option(
1323
  "--gluster-storage-dir",
1324
  dest="gluster_storage_dir",
1325
  help="Specify the default directory (cluster-wide) for mounting Gluster"
1326
  " file systems [%s]" %
1327
  pathutils.DEFAULT_GLUSTER_STORAGE_DIR,
1328
  metavar="GLUSTERDIR",
1329
  default=pathutils.DEFAULT_GLUSTER_STORAGE_DIR)
1330

  
1321 1331
NOMODIFY_ETCHOSTS_OPT = cli_option("--no-etc-hosts", dest="modify_etc_hosts",
1322 1332
                                   help="Don't modify %s" % pathutils.ETC_HOSTS,
1323 1333
                                   action="store_false", default=True)

Also available in: Unified diff