Project

General

Profile

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

Loïc Dachary, 05/15/2015 10:17 AM

1 2 Loïc Dachary
h3. Steps
2
3 1 Loïc Dachary
* In the teuthology log, look for the first Backtrace
4
* Examine the relevant OSD, MDS or MON logs
5
* Obtain a backtrace from the coredumps, if they are not in the OSD, MDS or MON logs
6
* Research tracker.ceph.com for the error string to find existing issues
7 2 Loïc Dachary
8
h3. Tools
9
10
* https://github.com/jcsp/scrape/blob/master/scrape.py
11
**  command line example:
12
<pre>
13
user@machine:~$ python ~/<scrape_dir>/scrape.py /a/<run_name>
14
</pre>
15
*** this will generally run in all labs (sepia, octo, typica) as */a* exits in all of them