cluster¶
Manages the MicroCeph cluster.
Usage:
microceph cluster [flags]
microceph cluster [command]
Available commands:
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:
-d, --debug Show all debug messages
-h, --help Print help
--state-dir Path to store state information
-v, --verbose Show all information messages
--version Print version number
add¶
Generates a token for a new server
Usage:
microceph cluster add <NAME> [flags]
bootstrap¶
Sets up a new cluster
Usage:
microceph cluster bootstrap [flags]
Flags:
--mon-ip string Public address for bootstrapping ceph mon service.
config¶
Manages Ceph Cluster configs.
Usage:
microceph cluster config [flags]
microceph cluster config [command]
Available Commands:
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¶
Gets specified Ceph Cluster config.
Usage:
microceph cluster config get <key> [flags]
config list¶
Lists all set Ceph level configs.
Usage:
microceph cluster config list [flags]
config reset¶
Clears specified Ceph Cluster config.
Usage:
microceph cluster config reset <key> [flags]
Flags:
--wait Wait for required ceph services to restart post config reset.
config set¶
Sets specified Ceph Cluster config.
Usage:
microceph cluster config set <Key> <Value> [flags]
Flags:
--wait Wait for required ceph services to restart post config set.
join¶
Joins an existing cluster.
Usage:
microceph cluster join <TOKEN> [flags]
list¶
Lists servers in the cluster.
Usage:
microceph cluster list [flags]
migrate¶
Migrates automatic services from one node to another.
Usage:
microceph cluster migrate <SRC> <DST [flags]
remove¶
Removes a server from the cluster.
Syntax:
microceph cluster remove <NAME> [flags]
Flags:
-f, --force Forcibly remove the cluster member
sql¶
Runs a SQL query against the cluster database.
Usage:
microceph cluster sql <query> [flags]