commit | 21b559de56695d36b3f0819b7e2454737db254f8 | [log] [tgz] |
---|---|---|
author | Greg Farnum <gregf@hq.newdream.net> | Wed Oct 06 15:46:30 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Oct 07 08:00:24 2010 -0700 |
tree | 41559b37754818d637d11aec1b61a138d7a8efb5 | |
parent | bba0cd0e3d97472855840af817b766e3f632a501 [diff] |
ceph: send cap release message early on failed revoke. If an MDS tries to revoke caps that we don't have, we want to send releases early since they probably contain the caps message the MDS is looking for. Previously, we only sent the messages if we didn't have the inode either. But in a multi-mds system we can retain the inode after dropping all caps for a single MDS. Signed-off-by: Greg Farnum <gregf@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>