]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: operations: correct 'comma-delimited' 29644/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 13 Aug 2019 19:50:39 +0000 (12:50 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 19:50:39 +0000 (12:50 -0700)
CIDR blocks are comma-separated, not comma-delimited.

Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/rados/configuration/network-config-ref.rst

index c474be07128ba941b27d40456ad0a8a4496023f3..41da0a17528672cae31246b2f942902260c02051 100644 (file)
@@ -262,7 +262,7 @@ setting for a specific daemon.
 
 :Description: The IP address and netmask of the public (front-side) network 
               (e.g., ``192.168.0.0/24``). Set in ``[global]``. You may specify
-              comma-delimited subnets.
+              comma-separated subnets.
 
 :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]``
 :Required: No
@@ -293,7 +293,7 @@ settings using the ``cluster addr`` setting for specific OSD daemons.
 
 :Description: The IP address and netmask of the cluster (back-side) network 
               (e.g., ``10.0.0.0/24``).  Set in ``[global]``. You may specify
-              comma-delimited subnets.
+              comma-separated subnets.
 
 :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]``
 :Required: No