From 33bc1a0241cf29d0f1d12aa0a54c6cda5a469adc Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 5 Jun 2024 14:30:01 +1000 Subject: [PATCH] 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 --- doc/rados/configuration/network-config-ref.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 0fc9c42562b..cb7ea09565c 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