enable
¶
Enables a feature or service on the cluster.
Usage:
microceph enable [flags]
microceph enable [command]
Available commands:
mds Enable the MDS service on the --target server (default: this server)
mgr Enable the MGR service on the --target server (default: this server)
mon Enable the MON service on the --target server (default: this server)
rgw Enable the RGW service on the --target server (default: this server)
Global flags:
-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
mds
¶
Enables the MDS service on the –target server (default: this server).
Usage:
microceph enable mds [--target <server>] [--wait <bool>] [flags]
Flags:
--target string Server hostname (default: this server)
--wait Wait for mds service to be up. (default true)
mgr
¶
Enables the MGR service on the –target server (default: this server).
Usage:
microceph enable mgr [--target <server>] [--wait <bool>] [flags]
Flags:
--target string Server hostname (default: this server)
--wait Wait for mgr service to be up. (default true)
mon
¶
Enables the MON service on the –target server (default: this server).
Usage:
microceph enable mon [--target <server>] [--wait <bool>] [flags]
Flags:
--target string Server hostname (default: this server)
--wait Wait for mon service to be up. (default true)
rgw
¶
Enables the RGW service on the –target server (default: this server).
Usage:
microceph enable rgw [--port <port>] [--ssl-port <port>] [--ssl-certificate <certificate material>] [--ssl-private-key <private key material>] [--target <server>] [--wait <bool>] [flags]
Flags:
--port int Service non-SSL port (default: 80) (default 80)
--ssl-port int Service SSL port (default: 443) (default 443)
--ssl-certificate string base64 encoded SSL certificate
--ssl-private-key string base64 encoded SSL private key
--target string Server hostname (default: this server)
--wait Wait for rgw service to be up. (default true)