]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
MDS.cc: remove double is_clientreplay() check in active_start() 152/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Mar 2013 10:05:11 +0000 (11:05 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Mar 2013 10:05:11 +0000 (11:05 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mds/MDS.cc

index bb1c833c3bc8f1e0e9aedd23c964dae0f81d896a..850225668d51f060fe5a8c4b21efd9533c869b62 100644 (file)
@@ -1504,7 +1504,7 @@ void MDS::active_start()
 void MDS::recovery_done()
 {
   dout(1) << "recovery_done -- successful recovery!" << dendl;
-  assert(is_clientreplay() || is_active() || is_clientreplay());
+  assert(is_clientreplay() || is_active());
   
   // kick anchortable (resent AGREEs)
   if (mdsmap->get_tableserver() == whoami) {