commit | a0dff78dab0ff8d78bd5c9e33c105cf1292f2282 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Jul 22 13:47:21 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Jul 22 13:50:45 2010 -0700 |
tree | 70e63198ffd47f391b804e6d8303778cf514e581 | |
parent | b37fa16e78d6f9790462b3181602a26b5af36260 [diff] |
ceph: avoid dcache readdir for snapdir We should always go to the MDS for readdir on the hidden snapdir. The set of snapshots can change at any time; the client can't trust its cache for that. Signed-off-by: Sage Weil <sage@newdream.net>