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 19, 2023
1 parent 3224dfd commit b634238
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 additions & 32 deletions docs/reference/commands/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
``cluster``
===========

Manage the MicroCeph cluster
Manages the MicroCeph cluster.

Usage:

.. code-block:: none
microceph cluster [options]
microceph cluster [flags]
microceph cluster [command]
Available commands:

.. code-block:: none
add Generates a token for a new server
bootstrap Sets up a new cluster
config Manage Ceph Cluster configs
join Joins an existing cluster
list List servers in the cluster
migrate Migrate automatic services from one node to another
remove Removes a server from the cluster
sql Runs a SQL query against the cluster database
add Generates a token for a new server
bootstrap Sets up a new cluster
config Manage Ceph Cluster configs
join Joins an existing cluster
list List servers in the cluster
migrate Migrate automatic services from one node to another
remove Removes a server from the cluster
sql Runs a SQL query against the cluster database
Global options:
Expand All @@ -44,7 +44,7 @@ Usage:

.. code-block:: none
microceph cluster add <NAME> [flags]
microceph cluster add <NAME> [flags]
``bootstrap``
Expand All @@ -56,7 +56,7 @@ Usage:

.. code-block:: none
microceph cluster bootstrap [flags]
microceph cluster bootstrap [flags]
``config``
----------
Expand All @@ -67,17 +67,17 @@ Usage:

.. code-block:: none
microceph cluster config [flags]
microceph cluster config [command]
microceph cluster config [flags]
microceph cluster config [command]
Available Commands:

.. code-block:: none
get Get specified Ceph Cluster config
list List all set Ceph level configs
reset Clear specified Ceph Cluster config
set Set specified Ceph Cluster config
get Get specified Ceph Cluster config
list List all set Ceph level configs
reset Clear specified Ceph Cluster config
set Set specified Ceph Cluster config
``config get``
Expand All @@ -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:
Flags:

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

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

0 comments on commit b634238

Please sign in to comment.