From 6cd3b55861aeb59646fcec882199c097b8303802 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Tue, 2 Apr 2024 17:43:12 +0200 Subject: [PATCH] docs: fix network configuration bullets Signed-off-by: Mathieu Parent --- Documentation/CRDs/Cluster/ceph-cluster-crd.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/CRDs/Cluster/ceph-cluster-crd.md b/Documentation/CRDs/Cluster/ceph-cluster-crd.md index d32edd605d7a..ae3c2deed90a 100755 --- a/Documentation/CRDs/Cluster/ceph-cluster-crd.md +++ b/Documentation/CRDs/Cluster/ceph-cluster-crd.md @@ -195,11 +195,11 @@ Configure the network that will be enabled for the cluster and services. * `provider`: Specifies the network provider that will be used to connect the network interface. You can choose between `host`, and `multus`. * `selectors`: Used for `multus` provider only. Select NetworkAttachmentDefinitions to use for Ceph networks. - * `public`: Select the NetworkAttachmentDefinition to use for the public network. - * `cluster`: Select the NetworkAttachmentDefinition to use for the cluster network. + * `public`: Select the NetworkAttachmentDefinition to use for the public network. + * `cluster`: Select the NetworkAttachmentDefinition to use for the cluster network. * `addressRanges`: Used for `host` or `multus` providers only. Allows overriding the address ranges (CIDRs) that Ceph will listen on. - * `public`: A list of individual network ranges in CIDR format to use for Ceph's public network. - * `cluster`: A list of individual network ranges in CIDR format to use for Ceph's cluster network. + * `public`: A list of individual network ranges in CIDR format to use for Ceph's public network. + * `cluster`: A list of individual network ranges in CIDR format to use for Ceph's cluster network. * `ipFamily`: Specifies the network stack Ceph daemons should listen on. * `dualStack`: Specifies that Ceph daemon should listen on both IPv4 and IPv6 network stacks. * `connections`: Settings for network connections using Ceph's msgr2 protocol