]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: no early reply when request has slaves
authorSage Weil <sage@newdream.net>
Tue, 2 Jun 2009 18:44:37 +0000 (11:44 -0700)
committerSage Weil <sage@newdream.net>
Tue, 2 Jun 2009 18:44:37 +0000 (11:44 -0700)
commit44d24de656440a010b3fbd0dd371a0a1519e5576
tree0c37e748c2f8a4a38735380c38ee49523d5baeb6
parentc9869fd2e0eb16e436152093721a4dfa28534cf5
mds: no early reply when request has slaves

Doing an early reply when there are slaves means we need to be able to
reliably replay that op as well, and the complexity needed to do that
when we're locking stuff on multiple MDS's is so not worth it.  These
ops are pretty rare anyway.
src/mds/MDCache.h
src/mds/Server.cc