From: Sage Weil Date: Sat, 22 Dec 2018 00:24:23 +0000 (-0600) Subject: doc/rados/configuration/network-config-ref: remove totally obsolete section X-Git-Tag: v14.1.0~484^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bef7c62fe895de0b4138edf6aefb2956c5cc88f2;p=ceph.git doc/rados/configuration/network-config-ref: remove totally obsolete section Signed-off-by: Sage Weil --- diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 85c5dddbd209..3d5cedd4ed48 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -391,55 +391,6 @@ addresses. -Hosts ------ - -Ceph expects at least one monitor declared in the Ceph configuration file, with -a ``mon addr`` setting under each declared monitor. Ceph expects a ``host`` -setting under each declared monitor, metadata server and OSD in the Ceph -configuration file. Optionally, a monitor can be assigned with a priority, and -the clients will always connect to the monitor with lower value of priority if -specified. - - -``mon addr`` - -: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 - -``mon priority`` - -:Description: The priority of the declared monitor, the lower value the more - preferred when a client selects a monitor when trying to connect - to the cluster. - -:Type: Unsigned 16-bit Integer -:Required: No -:Default: 0 - -``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. - - - TCP ---