From: Alfredo Deza Date: Fri, 21 Feb 2014 14:15:53 +0000 (-0500) Subject: use correct config entry for mon addr X-Git-Tag: v1.4.0~11^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f0d138996a815137a1560f09560191700a16dc0;p=ceph-deploy.git use correct config entry for mon addr Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py index a082fca..e3887bf 100644 --- a/ceph_deploy/mon.py +++ b/ceph_deploy/mon.py @@ -419,7 +419,7 @@ def make(parser): ceph-deploy mon add node1 --address 192.168.1.10 - If the section for the monitor exists and defines a `mon address` that + If the section for the monitor exists and defines a `mon addr` that will be used, otherwise it will fallback by resolving the hostname to an IP. If `--address` is used it will override all other options.