]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove "mds log" config option 14652/head
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 09:00:06 +0000 (10:00 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 09:02:17 +0000 (10:02 +0100)
commitad1882350dd660239c72992cac0c69d1c346f8e4
treee28e74bd57ccc6c804f85251b85be764522d3f46
parentca70fe440a24ad9ff08856f4f0376e4616e36003
mds: remove "mds log" config option

This was occasionally useful for establishing a journal-less
performance baseline, but it has two big problems:
* We don't test it, so it's probably broken a lot of the time
* It sounds a lot to a naive user like an option for controlling
  logging.

IMO, anyone who wants this behaviour is in sufficiently advanced
territory that then can hack it in and recompile, we don't need
to leave dangerous things like this in our releases.

Fixes: http://tracker.ceph.com/issues/18816
Signed-off-by: John Spray <john.spray@redhat.com>
doc/cephfs/mds-config-ref.rst
src/common/config_opts.h
src/mds/MDLog.cc