Re: Semi-solved: Fedora 13 I/O Freeze
Posted: 17. Sep 2010, 15:13
SOLVED??
Based on a copying some flags known to work around a CentOS kernel problem, I tried kernel flags:
nmi_watchdog=0 elevator=deadline nolapic_timer clocksource=acpi_pm
That system is now stable. I tried nmi_watchdog=0, and it froze. I then tried just "nolapic_timer", and that alone seems to fix it, but I have not done sufficient testing to be sure. It also makes sense that timers can be a big source of problems in virtual hardware, and that different kernels will be more or less sensitive to timer errors. So, I suspect that keeping the "clocksource=acpi_pm" option may also be helpful. I have not checked for clock drift.
Good luck,
Joe Krahn
Based on a copying some flags known to work around a CentOS kernel problem, I tried kernel flags:
nmi_watchdog=0 elevator=deadline nolapic_timer clocksource=acpi_pm
That system is now stable. I tried nmi_watchdog=0, and it froze. I then tried just "nolapic_timer", and that alone seems to fix it, but I have not done sufficient testing to be sure. It also makes sense that timers can be a big source of problems in virtual hardware, and that different kernels will be more or less sensitive to timer errors. So, I suspect that keeping the "clocksource=acpi_pm" option may also be helpful. I have not checked for clock drift.
Good luck,
Joe Krahn