From: Loic Dachary Date: Fri, 15 Nov 2013 23:55:20 +0000 (+0100) Subject: doc: fix formatting typo in mon configuration X-Git-Tag: v0.74~61 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=371dc71e12f7530696473ace5fb0250cb62f1223;p=ceph.git doc: fix formatting typo in mon configuration Signed-off-by: Loic Dachary Reviewed-by: Josh Durgin --- diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 86a6d58323ce..e3a53e4a2dce 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -165,7 +165,7 @@ settings: - **Monitor ID**: A monitor ID is a unique ID assigned to each monitor within the cluster. It is an alphanumeric value, and by convention the identifier usually follows an alphabetical increment (e.g., ``a``, ``b``, etc.). This - can be set in a Ceph configuration file (e.g., ``[mon.a]``, [mon.b]``, etc.), + can be set in a Ceph configuration file (e.g., ``[mon.a]``, ``[mon.b]``, etc.), by a deployment tool, or using the ``ceph`` commandline. - **Keys**: The monitor must have secret keys. A deployment tool such as @@ -829,4 +829,4 @@ Miscellaneous .. _Bootstrapping a Monitor: ../../../dev/mon-bootstrap .. _Changing a Monitor's IP Address: ../../operations/add-or-rm-mons#changing-a-monitor-s-ip-address .. _Monitor/OSD Interaction: ../mon-osd-interaction -.. _Scalability and High Availability: ../../../architecture#scalability-and-high-availability \ No newline at end of file +.. _Scalability and High Availability: ../../../architecture#scalability-and-high-availability