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>] [--target <server>] [--wait <bool>] [flags]

Flags:

--port int        Service port (default: 80) (default 80)
--target string   Server hostname (default: this server)
--wait            Wait for rgw service to be up. (default true)