From 0f0d138996a815137a1560f09560191700a16dc0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 21 Feb 2014 09:15:53 -0500 Subject: [PATCH] use correct config entry for mon addr Signed-off-by: Alfredo Deza --- ceph_deploy/mon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3