]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs for usage of monitor_interface and monitor_address 643/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 22 Mar 2016 18:21:12 +0000 (13:21 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 23 Mar 2016 12:30:01 +0000 (07:30 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
group_vars/all.sample
roles/ceph-common/defaults/main.yml

index c7aaffe94108cc81a4c4d56b3c202123933a0bbd..48375f7114f106de385eb5f5f057ee3c1e12cf17 100644 (file)
@@ -191,6 +191,8 @@ dummy:
 
 ## Monitor options
 #
+# You must define either monitor_interface or monitor_address. Preference
+# will go to monitor_interface if both are defined.
 #monitor_interface: interface
 #monitor_address: 0.0.0.0
 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf
index c13c44ffc101792d04b0120111688b72d9ec05d8..1a66d3c46e806b69ddfb37d4724e69913564954e 100644 (file)
@@ -183,6 +183,8 @@ rbd_default_format: 2
 
 ## Monitor options
 #
+# You must define either monitor_interface or monitor_address. Preference
+# will go to monitor_interface if both are defined.
 monitor_interface: interface
 monitor_address: 0.0.0.0
 mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf