1CMDS(8)                     System Manager's Manual                    CMDS(8)
2
3
4

NAME

6       cmds - ceph metadata server daemon
7

SYNOPSIS

9       cmds -i name [ --rank rank ] [ --shadow rank ]
10

DESCRIPTION

12       cmds  is  the metadata server daemon for the Ceph distributed file sys‐
13       tem.  One or more instances of cmds collectively manage the file system
14       namespace, coordinating access to the shared OSD cluster.
15
16       Each  cmds daemon instance should have a unique name.  The name is used
17       to identify daemon instances in the ceph.conf.
18
19       Once the daemon has started, the monitor cluster will  normally  assign
20       it a logical rank, or put it in a standby pool to take over for another
21       daemon that crashes.  If a specific rank may be optionally specified on
22       the command line, the daemon will be assigned that rank, or will be put
23       in a separate standby queue specifically for that rank.
24

OPTIONS

26       --mds rank
27              Start up as (or standby for) the given MDS rank.  If not  speci‐
28              fied,  a rank will be assigned by the monitor cluster.  --shadow
29              rank Shadow a the given MDS rank.  The given  MDS  log  will  be
30              replayed, checking for recovery errors.
31
32       -D     Debug  mode:  do not daemonize after startup (run in foreground)
33              and send log output to stdout.
34
35       -f     do not daemonize after startup (run in foreground), but  log  to
36              the usual location.  Useful when run via crun(8).
37
38       -c ceph.conf, --conf=ceph.conf
39              Use   ceph.conf   configuration  file  instead  of  the  default
40              /etc/ceph/ceph.conf  to  determine  monitor   addresses   during
41              startup.
42
43       -m monaddress[:port]
44              Connect   to  specified  monitor  (instead  of  looking  through
45              ceph.conf).
46

AVAILABILITY

48       cmon is part of the Ceph distributed file system.  Please refer to  the
49       Ceph wiki at http://ceph.newdream.net/wiki for more information.
50

SEE ALSO

52       ceph(8), cmon(8), cosd(8)
53
54
55
56                                                                       CMDS(8)
Impressum