docs for usage of monitor_interface and monitor_address

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/643/head
Andrew Schoen 2016-03-22 13:21:12 -05:00
parent 959d525f81
commit 73a60bd5e0
2 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,8 @@ dummy:
## Monitor options ## 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_interface: interface
#monitor_address: 0.0.0.0 #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 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf

View File

@ -183,6 +183,8 @@ rbd_default_format: 2
## Monitor options ## 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_interface: interface
monitor_address: 0.0.0.0 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 mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf