mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
doc/cephfs/standby: document mds_join_fs
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ffe1aca82c
commit
9aa25d7df8
@ -282,3 +282,6 @@
|
||||
would not allow a pool to ever have completely balanced PGs. For example, if
|
||||
crush requires 1 replica on each of 3 racks, but there are fewer OSDs in 1 of
|
||||
the racks. In those cases, the configuration value can be increased.
|
||||
|
||||
* MDS daemons can now be assigned to manage a particular file system via the
|
||||
new ``mds_join_fs`` option.
|
||||
|
@ -26,6 +26,10 @@ A daemon has a *name* that is set statically by the administrator
|
||||
when the daemon is first configured. Typical configurations
|
||||
use the hostname where the daemon runs as the daemon name.
|
||||
|
||||
A ceph-mds daemons can be assigned to a particular file system by
|
||||
setting the `mds_join_fs` configuration option to the file system
|
||||
name.
|
||||
|
||||
Each time a daemon starts up, it is also assigned a *GID*, which
|
||||
is unique to this particular process lifetime of the daemon. The
|
||||
GID is an integer.
|
||||
|
Loading…
Reference in New Issue
Block a user