]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDSMonitor: add fs fail command
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 15 Jan 2019 21:39:09 +0000 (13:39 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 15 Jan 2019 22:22:48 +0000 (14:22 -0800)
commit4c49f165ec1a5fd6a6da42606bd3a53b800c0a5f
tree40ba40023dd662119a5b3f40ee20c2e563bdb2ef
parent38a99f04f47854465d5545fbcc9b78dbfc119b9b
MDSMonitor: add fs fail command

This command sets the fs as not joinable and fails all ranks. This is a simpler
command than the typical sequence: (a) set fs not joinable; (b) iterate through
and fail ranks. It also does this in a single FSMap update.

Fixes: http://tracker.ceph.com/issues/37085
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
PendingReleaseNotes
doc/cephfs/administration.rst
src/mon/FSCommands.cc
src/mon/MonCommands.h