]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: add setting for fs to enable standby-replay
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Feb 2019 00:39:57 +0000 (16:39 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 28 Feb 2019 05:38:25 +0000 (21:38 -0800)
commit0f7614720e9ffee746c977d24876ff4ea8571275
treeb97e91956207c8e1f358bddc01bfd330160a974a
parent80eece89a43d763ec10f85fc2c330c2f9fede454
mon: add setting for fs to enable standby-replay

Operators now simply mark a file system as enabling standby-replay via

    ceph fs set <name> allow_standby_replay true

The MDSMonitor will assign available standbys to take on this role.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/include/ceph_fs.h
src/mds/MDSMap.h
src/mon/FSCommands.cc
src/mon/MDSMonitor.cc
src/mon/MonCommands.h