summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/hypertable/CephBroker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/hypertable/CephBroker.cc b/src/client/hypertable/CephBroker.cc
index 7008f30bb3c..9d64cfe1682 100644
--- a/src/client/hypertable/CephBroker.cc
+++ b/src/client/hypertable/CephBroker.cc
@@ -78,7 +78,7 @@ CephBroker::CephBroker(PropertiesPtr& cfg)
if (ret) {
throw Hypertable::Exception(ret, "ceph_create failed");
}
- ret = ceph_conf_set(cmount, "mon_addr", mon_addr.c_str());
+ ret = ceph_conf_set(cmount, "mon_host", mon_addr.c_str());
if (ret) {
ceph_shutdown(cmount);
throw Hypertable::Exception(ret, "ceph_conf_set(mon_addr) failed");