Re: ipmi_watchdog can not reset the kernel panic machine

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Corey Minyard
Date: Sunday, November 25, 2007 - 4:26 pm

The watchdog is "off" by default, meaning that you have to have 
something actually start resetting the watchdog before it will start 
running.  That's why you are seeing this behavior.

There is a start_now option that will start the watchdog when it is 
loaded, but then it will reset the system unless something resets the 
watchdog periodically, and you have a limited time to start this operation.

On a panic, the IPMI driver attempts to preserve the state of the 
watchdog and (if running) increase the timeout time to allow a kdump or 
something like that to occur.  That's the purpose of the code you 
reference.  It is not to start a reset operation on any panic.  It used 
to start a reset on every panic, but that cause problems for many users.

-corey

Andrew Morton wrote:

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ipmi_watchdog can not reset the kernel panic machine , youquan_song, (Fri Nov 23, 9:28 pm)
Re: ipmi_watchdog can not reset the kernel panic machine, Andrew Morton, (Sat Nov 24, 11:39 pm)
Re: ipmi_watchdog can not reset the kernel panic machine, Corey Minyard, (Sun Nov 25, 4:26 pm)