View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/lib/catalyst/modules/generic_stage_target.py (+4 lines)
 Lines 302-307    Link Here 
				    ouch=1
				    ouch=1
				    warn("Couldn't umount bind mount: "+mypath+x)
				    warn("Couldn't umount bind mount: "+mypath+x)
				    # keep trying to umount the others, to minimize damage if developer makes a mistake
				    # keep trying to umount the others, to minimize damage if developer makes a mistake
				else:
				    ouch=0
		if ouch:
		if ouch:
			"""
			"""
 Lines 56-58    Link Here 
           kill -9 ${pid}
           kill -9 ${pid}
    done
    done
fi
fi
sleep 10