Skip to content

Commit

Permalink
more dsefs config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoczatek committed May 4, 2018
1 parent 06bcb42 commit 0be5d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lcm/setupCluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def main():
defaultconfig["json"]["cassandra-yaml"]["saved_caches_directory"] = os.path.join(args.datapath, "saved_caches")
defaultconfig["json"]["cassandra-yaml"]["commitlog_directory"] = os.path.join(args.datapath, "commitlog")
defaultconfig["json"]["dse-yaml"]["dsefs_options"]["work_dir"] = os.path.join(args.datapath, "dsefs")
defaultconfig["json"]["dse-yaml"]["dsefs_options"]["data_directories"] = [{"dir": os.path.join(args.datapath, "dsefs/data")}]

# Overriding all config profile logic above
# Todo, read config json from a file or http endpoint
Expand Down

0 comments on commit 0be5d1b

Please sign in to comment.