]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: by default, always wait for journal safe
authorSage Weil <sage@newdream.net>
Fri, 9 Jan 2009 22:33:09 +0000 (14:33 -0800)
committerSage Weil <sage@newdream.net>
Fri, 9 Jan 2009 22:33:09 +0000 (14:33 -0800)
commitc50f9eb31c5cac01ccf886f35bec871733b391f8
tree98aa99032d4019965d1786fe9fbdf79b004cc4ac
parentd90d1866dc18fab893c29f8fde0478d2d70fc140
mds: by default, always wait for journal safe

Waiting for just sync can make clients lose requests when mds and osds die
simultaneously.  Now that we have an early_reply, the performance impact
from always waiting for safe is mostly gone.
src/config.cc
src/config.h
src/mds/MDLog.cc