]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephfs: Change behavior of cluster_down flag
authorDouglas Fuller <dfuller@redhat.com>
Wed, 26 Jul 2017 14:53:49 +0000 (10:53 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 17 Apr 2018 18:01:03 +0000 (11:01 -0700)
commita950bccfd1ef150bc9863dede41c02314b5cefd4
treec1f4a7f0bc7275dae5c91f4f5ba4976f41880fd4
parent7b2e24f543a1ed6687d64295ee1e0a0a8828e1cc
cephfs: Change behavior of cluster_down flag

Setting the cluster_down flag will now set all active MDS
to standby and clearing it will restore the previous max_mds.
Changing max_mds when the cluster_down flag is set will clear the
flag automatically.

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
doc/cephfs/administration.rst
src/mds/MDSMap.cc
src/mds/MDSMap.h
src/mon/FSCommands.cc