]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: journal renamed dirino on rmdir
authorSage Weil <sage.weil@dreamhost.com>
Sun, 10 Jul 2011 21:10:18 +0000 (14:10 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sun, 10 Jul 2011 21:10:18 +0000 (14:10 -0700)
commit6a793f2b4e6cb5a770b707961ad6dd5836f42fb1
tree247055fa8b57b8c53af5be1b884e2485ffb69abb
parentd2cdbe75e5187618f064d6bd39ff93f868b094be
mds: journal renamed dirino on rmdir

This makes replay work on the auth by updating the subtrees accordingly
(since rmdir is really just renaming into the stray dir).

Note that this doesn't completely fix things for the dirfrag auth; see
#1295.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/Server.cc