mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1542 from ceph/monitor_interface-bkp
backport: monitor_interface: document need to use monitor_address when using IPv6pull/1549/head
commit
4ce7220339
|
@ -257,6 +257,7 @@ dummy:
|
|||
#
|
||||
# You must define either monitor_interface or monitor_address. Preference
|
||||
# will go to monitor_interface if both are defined.
|
||||
# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6)
|
||||
#monitor_interface: interface
|
||||
#monitor_address: 0.0.0.0
|
||||
# set to either ipv4 or ipv6, whichever your network is using
|
||||
|
|
|
@ -249,6 +249,7 @@ rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allow
|
|||
#
|
||||
# You must define either monitor_interface or monitor_address. Preference
|
||||
# will go to monitor_interface if both are defined.
|
||||
# To use an IPv6 address, use the monitor_address setting instead (and set ip_version to ipv6)
|
||||
monitor_interface: interface
|
||||
monitor_address: 0.0.0.0
|
||||
# set to either ipv4 or ipv6, whichever your network is using
|
||||
|
|
Loading…
Reference in New Issue