Add/Remove Metadata Server

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

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).

  1. 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 runmultiple daemons on a single server.

Remove a Metadata Server

Coming soon…