From: Zac Dover Date: Wed, 5 Jun 2024 04:30:01 +0000 (+1000) Subject: doc/rados: add options to network config ref X-Git-Tag: v18.2.5~630^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e396cbfd0141e7e8912d3e4a0996d684eb35164b;p=ceph.git doc/rados: add options to network config ref Add the following options to doc/rados/configuration/network-config-ref.rst: - public_network_interface - cluster_network_interface These additions were made in response to a request from Blaine Gardner. Signed-off-by: Zac Dover (cherry picked from commit 33bc1a0241cf29d0f1d12aa0a54c6cda5a469adc) --- diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 0fc9c42562ba5..cb7ea09565ce3 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -273,6 +273,7 @@ and subnets for the public network. You may specifically assign static IP addresses or override ``public_network`` settings using the ``public_addr`` setting for a specific daemon. +.. confval:: public_network_interface .. confval:: public_network .. confval:: public_addr @@ -285,6 +286,7 @@ specifically assign static IP addresses or override ``cluster_network`` settings using the ``cluster_addr`` setting for specific OSD daemons. +.. confval:: cluster_network_interface .. confval:: cluster_network .. confval:: cluster_addr