]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: pass created_ino back to client on replayed requests
authorSage Weil <sage@inktank.com>
Wed, 6 Mar 2013 03:12:21 +0000 (19:12 -0800)
committerSage Weil <sage@inktank.com>
Fri, 8 Mar 2013 01:51:57 +0000 (17:51 -0800)
commit3a7233bc8b199c97fbde9c1e44370353f0504af8
tree733bfe1d77b5904fc5b63f1fa1cb703a6be98a76
parent0bcf2ac081b8386fe00387b654aa5676a7902c80
mds: pass created_ino back to client on replayed requests

After an MDS restart, the client will resend uncommitted requests.  Use the
information we now have in the session_info_t to pass the created ino
back via the extra_bl payload in the reply.

Fixes: #4034
Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/Server.cc