]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't send MDentry{Link,Unlink} before receiving cache rejoin
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 15 Mar 2013 02:34:09 +0000 (10:34 +0800)
committerGreg Farnum <greg@inktank.com>
Mon, 1 Apr 2013 16:17:19 +0000 (09:17 -0700)
commit97bc0d26e63fa0362e12bcc6074054738252460e
treefdf67240280e12c1db4d92388938423c1d4ba908
parente381bb3930b1deaa0cccecc088726e92b49aa91d
mds: don't send MDentry{Link,Unlink} before receiving cache rejoin

The active MDS calls MDCache::rejoin_scour_survivor_replicas() when it
receives the cache rejoin message. The function will remove the objects
replicated by MDentry{Link,Unlink} from replica map.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
src/mds/MDCache.cc