Project

General

Profile

Feature #3541

Updated by Greg Farnum over 11 years ago

Following #3540 and #3863, implement the lookup-by-ino algorithm described in http://www.spinics.net/lists/ceph-devel/msg11872.html. This ticket covers updating the lookup request to include the base pool and implementing the MDS logic to try and recursively identify who is authoritative for the inode. Once completed we should be able to look up any inode at any time. (ie, this also covers the rename race fix, in which we query all active MDSes for an inode we should have and can't find, then do another backtrace lookup if we fail. It should be a minimal amount of new code since we already have all-MDS cache queries.)

Back