Add/Remove Metadata Server

With ceph-deploy, adding and removing metadata servers is a simple task. You just add or remove one or more metadata servers on the command line with one command.

See MDS Config Reference for details on configuring metadata servers.

Add a Metadata Server

Once you deploy monitors and OSDs you may deploy the metadata server(s).

ceph-deploy mds create {host-name}[:{daemon-name}] [{host-name}[:{daemon-name}] ...]

You may specify a daemon instance a name (optional) if you would like to run multiple daemons on a single server.

Remove a Metadata Server

Coming soon…