]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: kick discovers on mds recovery too, not just failure
authorSage Weil <sage@newdream.net>
Thu, 29 May 2008 22:29:12 +0000 (15:29 -0700)
committerSage Weil <sage@newdream.net>
Thu, 29 May 2008 22:29:12 +0000 (15:29 -0700)
src/mds/MDCache.cc

index f6f8160971f1845cccf1c9965be5ab7f34110e44..d0f1993aad1d31595f2eec9cdda9bcb30fe70abf 100644 (file)
@@ -1223,6 +1223,8 @@ void MDCache::handle_mds_recovery(int who)
     }
   }
 
+  kick_discovers(who);
+
   // queue them up.
   mds->queue_waiters(waiters);
 }