]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: send FLUSHSNAP_ACK even if FLUSHSNAP message is unexpected 4523/head
authorYan, Zheng <zyan@redhat.com>
Fri, 1 May 2015 02:33:52 +0000 (10:33 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 1 May 2015 13:43:43 +0000 (21:43 +0800)
commit585bc2bc6a7aeddf32e9c1d43d0aa01568e01d63
tree26ff09dcd37981cfed1f6cb3e19ac7d42dd410ac
parent5ea754a7dd56b029c2eca0593e1bbe388e450e57
mds: send FLUSHSNAP_ACK even if FLUSHSNAP message is unexpected

MDS should send FLUSHSNAP_ACK even if FLUSHSNAP message is unexpected.
This is because client does not release corresponding resources until
it get the FLUSHSNAP_ACK

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/Locker.cc