Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Oct 18, 2023
1 parent 3224dfd commit df7d22d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/reference/commands/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
``cluster``
===========

Manage the MicroCeph cluster
Manages the MicroCeph cluster.

Usage:

Expand Down Expand Up @@ -89,7 +89,7 @@ Usage:

.. code-block:: none
microceph cluster config get <key> [flags]
microceph cluster config get <key> [flags]
``config list``
Expand All @@ -101,7 +101,7 @@ Usage:

.. code-block:: none
microceph cluster config list [flags]
microceph cluster config list [flags]
``config reset``
Expand All @@ -113,13 +113,13 @@ Usage:

.. code-block:: none
microceph cluster config reset <key> [flags]
microceph cluster config reset <key> [flags]
Flags:

.. code-block:: none
--wait Wait for required ceph services to restart post config reset.
--wait Wait for required ceph services to restart post config reset.
``config set``
Expand All @@ -131,14 +131,14 @@ Usage:

.. code-block:: none
microceph cluster config set <Key> <Value> [flags]
microceph cluster config set <Key> <Value> [flags]
Flags:

.. code-block:: none
--wait Wait for required ceph services to restart post config set.
--wait Wait for required ceph services to restart post config set.
``join``
Expand All @@ -150,7 +150,7 @@ Usage:

.. code-block:: none
microceph cluster join <TOKEN> [flags]
microceph cluster join <TOKEN> [flags]
``list``
Expand All @@ -162,7 +162,7 @@ Usage:

.. code-block:: none
microceph cluster list [flags]
microceph cluster list [flags]
``migrate``
Expand All @@ -175,7 +175,7 @@ Usage:

.. code-block:: none
microceph cluster migrate <SRC> <DST [flags]
microceph cluster migrate <SRC> <DST [flags]
``remove``
Expand All @@ -187,14 +187,14 @@ Syntax:

.. code-block:: none
microceph cluster remove <NAME> [flags]
microceph cluster remove <NAME> [flags]
Options:

.. code-block:: none
-f, --force Forcibly remove the cluster member
-f, --force Forcibly remove the cluster member
``sql``
Expand All @@ -206,5 +206,5 @@ Usage:

.. code-block:: none
microceph cluster sql <query> [flags]
microceph cluster sql <query> [flags]

0 comments on commit df7d22d

Please sign in to comment.