Project

General

Profile

HOWTO forensic analysis of integration and upgrade tests » History » Revision 2

Revision 1 (Loïc Dachary, 05/15/2015 09:25 AM) → Revision 2/13 (Loïc Dachary, 05/15/2015 10:17 AM)

h3. Steps 

 * In the teuthology log, look for the first Backtrace 
 * Examine the relevant OSD, MDS or MON logs 
 * Obtain a backtrace from the coredumps, if they are not in the OSD, MDS or MON logs 
 * Research tracker.ceph.com for the error string to find existing issues 

 h3. Tools 

 * https://github.com/jcsp/scrape/blob/master/scrape.py 
 **    command line example: 
 <pre> 
 user@machine:~$ python ~/<scrape_dir>/scrape.py /a/<run_name> 
 </pre> 
 *** this will generally run in all labs (sepia, octo, typica) as */a* exits in all of them