mirror of https://github.com/ceph/ceph-ansible.git
docs for usage of monitor_interface and monitor_address
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/643/head
parent
959d525f81
commit
73a60bd5e0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue