Project

General

Profile

Bug #6074

Updated by Loïc Dachary over 10 years ago

While running the rados suite with 
 <pre> 
 </pre> 
 ./schedule_suite.sh rados wip-5510 testing loic@dachary.org basic master plana 
 </pre> 
 on "wip-5510":https://github.com/ceph/ceph/commit/6432399cd2354174611c919554a3cdac4d1282cd I ran into the following error: 
 <pre> 
	

     4.131.7:6789/0 491 : [ERR] scrub mismatch 
     2013-08-21 09:00:23.799113 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.017650 mon.0 10.214.131.7:6789/0 492 : [ERR]    mon.0 ScrubResult(keys {auth=23,logm=1009,mdsmap=7,monmap=3,osdmap=65,pgmap=510,pgmap_meta=6,pgmap_osd=6,pgmap_pg=73} crc {auth=3393859219,logm=1453595911,mdsmap=3395846097,monmap=1005328404,osdmap=3727035234,pgmap=1931498025,pgmap_meta=731457680,pgmap_osd=3052161602,pgmap_pg=2579901665}) 
     2013-08-21 09:00:23.799143 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.017718 mon.0 10.214.131.7:6789/0 493 : [ERR]    mon.4 ScrubResult(keys {auth=23,logm=1009,mdsmap=7,monmap=3,osdmap=67,pgmap=510,pgmap_meta=6,pgmap_osd=6,pgmap_pg=73} crc {auth=3393859219,logm=1453595911,mdsmap=3395846097,monmap=1005328404,osdmap=3448130559,pgmap=1931498025,pgmap_meta=731457680,pgmap_osd=3052161602,pgmap_pg=2579901665}) 
     2013-08-21 09:00:23.799174 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.017769 mon.0 10.214.131.7:6789/0 494 : [ERR] scrub mismatch 
     2013-08-21 09:00:23.799203 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.017806 mon.0 10.214.131.7:6789/0 495 : [ERR]    mon.0 ScrubResult(keys {auth=23,logm=1009,mdsmap=7,monmap=3,osdmap=65,pgmap=510,pgmap_meta=6,pgmap_osd=6,pgmap_pg=73} crc {auth=3393859219,logm=1453595911,mdsmap=3395846097,monmap=1005328404,osdmap=3727035234,pgmap=1931498025,pgmap_meta=731457680,pgmap_osd=3052161602,pgmap_pg=2579901665}) 
     2013-08-21 09:00:23.799232 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.017844 mon.0 10.214.131.7:6789/0 496 : [ERR]    mon.5 ScrubResult(keys {auth=23,logm=1009,mdsmap=7,monmap=3,osdmap=67,pgmap=510,pgmap_meta=6,pgmap_osd=6,pgmap_pg=73} crc {auth=3393859219,logm=1453595911,mdsmap=3395846097,monmap=1005328404,osdmap=3448130559,pgmap=1931498025,pgmap_meta=731457680,pgmap_osd=3052161602,pgmap_pg=2579901665}) 
     2013-08-21 09:00:23.799261 7f9ec0716700    7 mon.f@1(peon).log v623 update_from_paxos applying incremental log 623 2013-08-21 09:00:23.076340 mon.0 10.21 
 </pre> 
 Trying to replicate the problem with a standalone yaml file did not work. 

Back