]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Excised network settings.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 8 Mar 2013 21:43:44 +0000 (13:43 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 8 Mar 2013 21:43:44 +0000 (13:43 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/general-config-ref.rst

index 5e9a183f0424946540b48aeb3a3a58b2da32ca1a..56b93a82166676b6aa10e9268d5e1e433fe26800 100644 (file)
 :Default: N/A. Generated if not specified.
 
 
-``mon host``
-
-:Description: A list of ``{hostname}:{port}`` entries that clients can use to 
-              connect to a Ceph monitor. If not set, Ceph searches ``[mon.*]`` 
-              sections. 
-
-:Type: String
-:Required: No
-:Default: N/A
-
-
-``host``
-
-:Description: The hostname. Use this setting for specific daemon instances 
-              (e.g., ``[osd.0]``).
-
-:Type: String
-:Required: Yes, for daemon instances.
-:Default: ``localhost``
-
-.. tip:: Do not use ``localhost``. To get your host name, execute 
-         ``hostname -s`` on your command line and use the name of your host 
-         (to the first period, not the fully-qualified domain name).
-
-.. important:: You should not specify any value for ``host`` when using a third
-               party deployment system that retrieves the host name for you.
-
-
-``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
-              comma-delimited subnets.
-
-:Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]``
-:Required: No
-:Default: N/A
-
-
-``public addr``
-
-:Description: The IP address for the public (front-side) network. 
-              Set for each daemon.
-
-:Type: IP Address
-:Required: No
-:Default: N/A
-
-
-``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
-              comma-delimited subnets.
-
-:Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]``
-:Required: No
-:Default: N/A
-
-
-``cluster addr``
-
-:Description: The IP address for the cluster (back-side) network. 
-              Set for each daemon.
-
-:Type: Address
-:Required: No
-:Default: N/A
-
-
 ``admin socket``
 
 :Description: The socket for executing administrative commands irrespective