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)
nfs         Enable the NFS Ganesha 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)

nfs

Enables the NFS Ganesha service on the –target server (default: this server).

Usage:

microceph enable nfs --cluster-id <cluster-id> [--bind-address <ip-address>] [--bind-port <port-num>] [--v4-min-version 0/1/2] [--target <server>] [--wait <bool>] [flags]

Flags:

--bind-address string   Bind address to use for the NFS Ganesha service (default "0.0.0.0")
--bind-port uint        Bind port to use for the NFS Ganesha service (default 2049)
--cluster-id string     NFS Cluster ID (must match regex: '^[\w][\w.-]{1,61}[\w]$')
--target string         Server hostname (default: this server)
--v4-min-version uint   Minimum supported version (default 1)
--wait                  Wait for nfs 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)