Comment 37 for bug 926136

Revision history for this message
Colin Ian King (colin-king) wrote :

Just to say, this is one of those issues where bailing out of a situation early without restoring the state gets us in one big hole. The script offlines a CPU, then bails out. When detecting any error condition, code should try to restore back to the proper pre-test state where possible, e.g. on-lining the CPU. So, this needs fixing IMHO