]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
MDCache: pass the causative message to request_start_slave()
authorGreg Farnum <greg@inktank.com>
Fri, 14 Mar 2014 00:04:17 +0000 (17:04 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 12 May 2014 21:39:57 +0000 (14:39 -0700)
commit0d89e5ca45f96840a63160697a77f793c1fccf34
tree30e6e9624775d2486a67565f88ec7719dfb9b099
parent06d6d32ba38bb87c17dffed2dd21b33c8a181fab
MDCache: pass the causative message to request_start_slave()

We were passing the causative MDS (as an int), but pushing down the
actual Message will help us as we set up an OpTracker.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Server.cc