Skip to content

Commit c65d205

Browse files
committed
doc/rados: remove dual-stack docs
Remove references to dual-stack mode in doc/rados/configuration/network-config-ref.rst and doc/rados/configuration/msgr2.rst. This feature seems to have been planned but never to have been completely implemented. See the tracker issue listed below for an email exchange detailing the confusion caused by the presence in the documentation of this now-removed information. Fixes: https://tracker.ceph.com/issues/65631 Signed-off-by: Zac Dover <[email protected]>
1 parent 367a849 commit c65d205

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

doc/rados/configuration/msgr2.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ Similarly, two options control whether IPv4 and IPv6 addresses are used:
9090
* :confval:`ms_bind_ipv6` [default: false] controls whether a daemon binds
9191
to an IPv6 address
9292

93-
.. note:: The ability to bind to multiple ports has paved the way for
94-
dual-stack IPv4 and IPv6 support. That said, dual-stack operation is
95-
not yet supported as of Quincy v17.2.0.
96-
9793
Connection modes
9894
----------------
9995

doc/rados/configuration/network-config-ref.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -214,28 +214,6 @@ following option to the ``[global]`` section of your Ceph configuration file.
214214
We prefer that the cluster network is **NOT** reachable from the public network
215215
or the Internet for added security.
216216

217-
IPv4/IPv6 Dual Stack Mode
218-
-------------------------
219-
220-
If you want to run in an IPv4/IPv6 dual stack mode and want to define your public and/or
221-
cluster networks, then you need to specify both your IPv4 and IPv6 networks for each:
222-
223-
.. code-block:: ini
224-
225-
[global]
226-
# ... elided configuration
227-
public_network = {IPv4 public-network/netmask}, {IPv6 public-network/netmask}
228-
229-
This is so that Ceph can find a valid IP address for both address families.
230-
231-
If you want just an IPv4 or an IPv6 stack environment, then make sure you set the `ms bind`
232-
options correctly.
233-
234-
.. note::
235-
Binding to IPv4 is enabled by default, so if you just add the option to bind to IPv6
236-
you'll actually put yourself into dual stack mode. If you want just IPv6, then disable IPv4 and
237-
enable IPv6. See `Bind`_ below.
238-
239217
Ceph Daemons
240218
============
241219

0 commit comments

Comments
 (0)