They are not needed, and actually cause funny formatting issues.
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
.. _install:
-``install``
+install
===========
A few different distributions are supported with some flags to allow some
customization for installing ceph on remote nodes.
.. _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::
.. _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
ceph-deploy mon create-initial
-``create``
+create
----------
Deploy monitors by specifying directly like::
is to use ``create-initial``.
-``add``
+add
-------
Add a monitor to an existing cluster::
.. versionadded:: 1.4.0
-``destroy``
+destroy
-----------
Completely remove monitors on a remote host. Requires hostname(s) as
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.
.. _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
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
.. _pkg:
-``pkg``
+pkg
=======
Provides a simple interface to install or remove packages on a remote host (or
a number of remote hosts).
.. _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
.. _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
.. _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::