]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PGLog: remove a redundant assert 21612/head
authorsongweibin <song.weibin@zte.com.cn>
Tue, 24 Apr 2018 08:46:17 +0000 (16:46 +0800)
committersongweibin <song.weibin@zte.com.cn>
Tue, 24 Apr 2018 08:46:17 +0000 (16:46 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/osd/PGLog.cc

index 4445a9cf1a479790e80992979c6bfae4643b9184..8032653551a6b4b7e47dcf8e506e63881ebe0cab 100644 (file)
@@ -193,7 +193,6 @@ void PGLog::proc_replica_log(
             << "for divergent objects" << dendl;
     return;
   }
-  assert(olog.head >= log.tail);
 
   /*
     basically what we're doing here is rewinding the remote log,