This was sort of described in doc/rados/configuration/ms-ref.rst
already. Add the same information to the other areas where we talk about
the ms bind ipv6 setting.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
mon host = 192.168.0.1
- **Note:** You may use IPv6 addresses too, but you must set ``ms bind ipv6``
- to ``true``. See `Network Configuration Reference`_ for details about
- network configuration.
+ **Note:** You may use IPv6 addresses instead of IPv4 addresses, but
+ you must set ``ms bind ipv6`` to ``true``. See `Network Configuration
+ Reference`_ for details about network configuration.
#. Create a keyring for your cluster and generate a monitor secret key. ::
default range is ``6800:7300``. Ensure that your `IP Tables`_ configuration
allows you to use the configured port range.
-You may also enable Ceph daemons to bind to IPv6 addresses.
+You may also enable Ceph daemons to bind to IPv6 addresses instead of IPv4
+addresses.
``ms bind port min``
``ms bind ipv6``
-:Description: Enables Ceph daemons to bind to IPv6 addresses.
+:Description: Enables Ceph daemons to bind to IPv6 addresses. Currently the
+messenger *either* uses IPv4 or IPv6, but it can't do both.
:Type: Boolean
:Default: ``false``
:Required: No