graphite-project / carbonate

Utilities for managing graphite clusters
MIT License
516 stars 80 forks source link

Fix reading whisper_lock_writes from cluster config in carbon_sync #77

Closed justincmoy closed 7 years ago

justincmoy commented 7 years ago

When running a carbon_sync, I see the following error:

Cluster '/opt/graphite/conf/carbonate.conf' not defined in /opt/graphite/conf/carbonate.conf

This can be resolved by passing the cluster name into the whisper_lock_writes function on the config object.

deniszh commented 7 years ago

Looks good. Thanks for a fix!