]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Don't use backticks in section headers
authorTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 19:17:36 +0000 (15:17 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 19:17:36 +0000 (15:17 -0400)
They are not needed, and actually cause funny formatting issues.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
docs/source/install.rst
docs/source/mds.rst
docs/source/mon.rst
docs/source/new.rst
docs/source/pkg.rst
docs/source/rgw.rst

index bd900cde54b0bf2594077563ce00590decd768b0..8b3710d2bb7cb2c17c7864fe89e9653c4772727d 100644 (file)
@@ -1,7 +1,7 @@
 
 .. _install:
 
-``install``
+install
 ===========
 A few different distributions are supported with some flags to allow some
 customization for installing ceph on remote nodes.
index ad85d6c4d15b8659fa81b0bf781d1625b2facde0..c7b1b10a9915f105df447b944a6ab4303cf37669 100644 (file)
@@ -1,11 +1,11 @@
 .. _mds:
 
-``mds``
+mds
 =======
 The ``mds`` subcommand provides an interface to interact with a cluster's
 CephFS Metadata servers.
 
-``create``
+create
 ----------
 Deploy MDS instances by specifying directly like::
 
index 9a8dc43ba83d1f0785f7d9a2fea6b903d9ee20d8..075a4994afcc3fc7b01f726d6753a6d7e95d5fc6 100644 (file)
@@ -1,13 +1,13 @@
 .. _mon:
 
-``mon``
+mon
 =======
 The ``mon`` subcommand provides an interface to interact with a cluster's
 monitors. The tool makes a few assumptions that are needed to implement the
 most common scenarios. Monitors are usually very particular in what they need
 to work correctly.
 
-``create-initial``
+create-initial
 ------------------
 Will deploy for monitors defined in ``mon initial members``, wait until
 they form quorum and then ``gatherkeys``, reporting the monitor status along
@@ -23,7 +23,7 @@ along the way.
     ceph-deploy mon create-initial
 
 
-``create``
+create
 ----------
 Deploy monitors by specifying directly like::
 
@@ -36,7 +36,7 @@ Please note that if this is an initial monitor deployment, the preferred way
 is to use ``create-initial``.
 
 
-``add``
+add
 -------
 Add a monitor to an existing cluster::
 
@@ -67,7 +67,7 @@ of the provided host.
 .. versionadded:: 1.4.0
 
 
-``destroy``
+destroy
 -----------
 Completely remove monitors on a remote host. Requires hostname(s) as
 arguments::
@@ -75,7 +75,7 @@ arguments::
     ceph-deploy mon destroy node1
 
 
-``--keyrings``
+--keyrings
 --------------
 Both ``create`` and ``create-initial`` subcommands can be used with the
 ``--keyrings`` flag that accepts a path to search for keyring files.
index 455307be9feeb3eedc5c76293e595bd99a399211..b619efeaefd411fa66da8d45dca049eea57ab93b 100644 (file)
@@ -1,6 +1,6 @@
 .. _new:
 
-``new``
+new
 =======
 This subcommand is used to generate a working ``ceph.conf`` file that will
 contain important information for provisioning nodes and/or adding them to
@@ -62,7 +62,7 @@ contact to authenticate to the cluster, and they need to be reachable
 both by external client-facing hosts and internal cluster daemons.
 
 
-``--cluster-network`` ``--public-network``
+--cluster-network --public-network
 ==========================================
 Are used to provide subnets so that nodes can communicate within that
 network. If passed, validation will occur by looking at the remote IP addresses
index bd942c50e80a9927abb7ebe1d0d6c5847ba57d98..2f70d08052009e7d101c4bef37b533637060b3af 100644 (file)
@@ -1,7 +1,7 @@
 
 .. _pkg:
 
-``pkg``
+pkg
 =======
 Provides a simple interface to install or remove packages on a remote host (or
 a number of remote hosts).
@@ -16,7 +16,7 @@ than one package in the argument.
 
 .. _pkg-install:
 
-``--install``
+--install
 -------------
 This flag will use the package (or packages) passed in to perform an installation using
 the distribution package manager in a non-interactive way. Package managers
@@ -38,7 +38,7 @@ An example call to install a few packages on 2 hosts (with hostnames like
 
 .. _pkg-remove:
 
-``--remove``
+--remove
 ------------
 This flag will use the package (or packages) passed in to remove them using
 the distribution package manager in a non-interactive way. Package managers
index 4cff9eaa9ba77fea578c319b244c730b43577aca..102e654160527f8174892b46ecc8ec8da907dbcb 100644 (file)
@@ -1,11 +1,11 @@
 .. _rgw:
 
-``rgw``
+rgw
 =======
 The ``rgw`` subcommand provides an interface to interact with a cluster's
 RADOS Gateway instances.
 
-``create``
+create
 ----------
 Deploy RGW instances by specifying directly like::