From: John Wilkins Date: Tue, 12 Mar 2013 22:43:33 +0000 (-0700) Subject: doc: Setting should use network not single IP. X-Git-Tag: v0.60~88 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77ecdc7260baadcc26ad275cf356a5bf4b964784;p=ceph.git doc: Setting should use network not single IP. Signed-off-by: John Wilkins --- diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index af7e8ed0a1ba..a6ef3d963869 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -156,7 +156,7 @@ to handle OSD heartbeat, object replication and recovery traffic. include each IP address/subnet in your IP tables and open ports for them as necessary. -.. note:: Ceph uses `CIDR`_ notation for subnets (e.g., ``10.20.30.40/24``). +.. note:: Ceph uses `CIDR`_ notation for subnets (e.g., ``10.20.30.0/24``). Public Network @@ -260,7 +260,7 @@ setting for a specific daemon. ``public network`` :Description: The IP address and netmask of the public (front-side) network - (e.g., ``10.20.30.40/24``). Set in ``[global]``. You may specify + (e.g., ``10.20.30.0/24``). Set in ``[global]``. You may specify comma-delimited subnets. :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]`` @@ -291,7 +291,7 @@ settings using the ``cluster addr`` setting for specific OSD daemons. ``cluster network`` :Description: The IP address and netmask of the cluster (back-side) network - (e.g., ``10.20.30.41/24``). Set in ``[global]``. You may specify + (e.g., ``10.20.40.0/24``). Set in ``[global]``. You may specify comma-delimited subnets. :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]``