Revision d3e6fd0e lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
273 273
                        master_netdev=master_netdev,
274 274
                        file_storage_dir=opts.file_storage_dir,
275 275
                        shared_file_storage_dir=opts.shared_file_storage_dir,
276
                        gluster_storage_dir=opts.gluster_storage_dir,
276 277
                        enabled_hypervisors=hvlist,
277 278
                        hvparams=hvparams,
278 279
                        beparams=beparams,
......
523 524
      ("drbd usermode helper", result["drbd_usermode_helper"]),
524 525
      ("file storage path", result["file_storage_dir"]),
525 526
      ("shared file storage path", result["shared_file_storage_dir"]),
527
      ("gluster storage path", result["gluster_storage_dir"]),
526 528
      ("maintenance of node health", result["maintain_node_health"]),
527 529
      ("uid pool", uidpool.FormatUidPool(result["uid_pool"])),
528 530
      ("default instance allocator", result["default_iallocator"]),
......
2042 2044
     PRIMARY_IP_VERSION_OPT, PREALLOC_WIPE_DISKS_OPT, NODE_PARAMS_OPT,
2043 2045
     GLOBAL_SHARED_FILEDIR_OPT, USE_EXTERNAL_MIP_SCRIPT, DISK_PARAMS_OPT,
2044 2046
     HV_STATE_OPT, DISK_STATE_OPT, ENABLED_DISK_TEMPLATES_OPT,
2045
     IPOLICY_STD_SPECS_OPT]
2047
     IPOLICY_STD_SPECS_OPT, GLOBAL_GLUSTER_FILEDIR_OPT]
2046 2048
     + INSTANCE_POLICY_OPTS + SPLIT_ISPECS_OPTS,
2047 2049
    "[opts...] <cluster_name>", "Initialises a new cluster configuration"),
2048 2050
  "destroy": (

Also available in: Unified diff