Skip to content

Commit

Permalink
Merge pull request #77 from justincmoy/fix_whisper_lock_writes_config
Browse files Browse the repository at this point in the history
Fix reading whisper_lock_writes from cluster config in carbon_sync
  • Loading branch information
deniszh committed Feb 25, 2017
2 parents ea4dd0c + 29b4327 commit 373652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def carbon_sync():
remote_ip = args.source_node
remote = "%s@%s:%s/" % (user, remote_ip, args.source_storage_dir)

whisper_lock_writes = config.whisper_lock_writes(args.config_file) or \
whisper_lock_writes = config.whisper_lock_writes(args.cluster) or \
args.lock

metrics_to_sync = []
Expand Down

0 comments on commit 373652a

Please sign in to comment.