]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: clarify that "ms bind ipv6" disables IPv4
authorKen Dreyer <kdreyer@redhat.com>
Wed, 8 Feb 2017 17:29:58 +0000 (10:29 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 8 Feb 2017 17:31:15 +0000 (10:31 -0700)
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>
doc/install/manual-deployment.rst
doc/rados/configuration/network-config-ref.rst

index 02caa0e9e635cce5d9db92e252456a4cb3510c2d..cf14d4b838a617595ae36e5fe378209949d8153a 100644 (file)
@@ -150,9 +150,9 @@ The procedure is as follows:
 
        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. ::
 
index b7b6baa4e5e2e0f60578c290855e0c2278190a00..0f59550f9018f6fb31d0211afe9ee38ab9c99a30 100644 (file)
@@ -347,7 +347,8 @@ Bind settings set the default port ranges Ceph OSD and MDS daemons use. The
 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``
@@ -368,7 +369,8 @@ You may also enable Ceph daemons to bind to IPv6 addresses.
 
 ``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