Skip to content

Commit

Permalink
Rename new cluster script
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemort committed Jul 4, 2013
1 parent 61c15f6 commit 87691c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_cluster_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

# For zoned clusters call rebalance-new-cluster.sh
if args.zones:
scriptPath = vold_home + '/bin/rebalance-new-cluster.sh'
scriptPath = vold_home + '/bin/rebalance-new-zoned-cluster.sh'
cmd = [scriptPath, '-v', vold_home, '-c', clusterXMLFilePath, '-s', current_stores,
'-o', os.path.abspath(args.output_dir)]
subprocess.call(cmd)
File renamed without changes.

0 comments on commit 87691c6

Please sign in to comment.