]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: remove ONESHOT_REPLAY mode
authorJohn Spray <john.spray@redhat.com>
Tue, 22 Mar 2016 17:44:22 +0000 (17:44 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 3 May 2016 11:57:22 +0000 (12:57 +0100)
commitedfda9c6b0a0c8b75ebff5f06017aa475339b1fd
tree264fa5cc816bc05043a00bcd1db4b1b6719b3fcf
parente805674d6a7b35a697dfab4074aa9261a5a6c56b
mds: remove ONESHOT_REPLAY mode

This predated cephfs-journal-tool.  Don't bother
with any backwards-compatibility mechanisms here, as
it was a seriously niche undocumented thing.

On the off chance that someone ran an old ceph-mds against
a newer ceph-mon with oneshot enabled, it shouldn't break
anything, it just won't do what they want.

Signed-off-by: John Spray <john.spray@redhat.com>
src/ceph_mds.cc
src/include/ceph_fs.h
src/mds/MDSDaemon.cc
src/mds/MDSDaemon.h
src/mds/MDSMap.h
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mon/MDSMonitor.cc