From: Jos Collin Date: Wed, 26 Dec 2018 05:53:36 +0000 (+0530) Subject: doc: Fixed double spaces X-Git-Tag: v14.1.0~521^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25705%2Fhead;p=ceph.git doc: Fixed double spaces Signed-off-by: Jos Collin --- diff --git a/doc/rados/configuration/common.rst b/doc/rados/configuration/common.rst index 32d1d87cea6e..2d3c492b22b2 100644 --- a/doc/rados/configuration/common.rst +++ b/doc/rados/configuration/common.rst @@ -196,9 +196,9 @@ With Ceph, you can run multiple Ceph Storage Clusters on the same hardware. Running multiple clusters provides a higher level of isolation compared to using different pools on the same cluster with different CRUSH rules. A separate cluster will have separate monitor, OSD and metadata server processes. -When running Ceph with default settings, the default cluster name is ``ceph``, -which means you would save your Ceph configuration file with the file name -``ceph.conf`` in the ``/etc/ceph`` default directory. +When running Ceph with default settings, the default cluster name is ``ceph``, +which means you would save your Ceph configuration file with the file name +``ceph.conf`` in the ``/etc/ceph`` default directory. See `Create a Cluster`_ for details.