client¶
Manages MicroCeph clients
Usage:
microceph client [flags]
microceph client [command]
Available commands:
config Manage Ceph Client configs
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
config¶
Manages Ceph Cluster configs.
Usage:
microceph cluster config [flags]
microceph cluster config [command]
Available Commands:
get Fetches specified Ceph Client config
list Lists all configured Ceph Client configs
reset Removes specified Ceph Client configs
set Sets specified Ceph Client config
config set¶
Sets specified Ceph Client config
Usage:
microceph client config set <Key> <Value> [flags]
Flags:
--target string Specify a microceph node the provided config should be applied to. (default "*")
--wait Wait for configs to propagate across the cluster. (default true)
config get¶
Fetches specified Ceph Client config
Usage:
microceph client config get <key> [flags]
Flags:
--target string Specify a microceph node the provided config should be applied to. (default "*")
config list¶
Lists all configured Ceph Client configs
Usage:
microceph client config list [flags]
Flags:
--target string Specify a microceph node the provided config should be applied to. (default "*")
config reset¶
Removes specified Ceph Client configs
Usage:
microceph client config reset <key> [flags]
Flags:
--target string Specify a microceph node the provided config should be applied to. (default "*")
--wait Wait for required ceph services to restart post config reset. (default true)
--yes-i-really-mean-it Force microceph to reset all client config records for given key.