| Summary: | systemd does not support watchdog daemon | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Pratyush Anand <panand> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | dyoung, kdump-team-bugs, ruyang, systemd-maint-list |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-28 09:00:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Pratyush Anand
2016-01-27 08:02:01 UTC
Not sure, if it was expected, but if I put RuntimeWatchdogSec=40s in /etc/systemd/system.conf, it works fine. However, ShutdownWatchdogSec=40s was working in FC22. So, may be its not a bug and rather my wrong understanding. It was my wrong understanding about ShutdownWatchdogSec.
Definition says:
ShutdownWatchdogSec= may be used to configure the hardware watchdog when the
system is asked to reboot. It works as a safety net to ensure that the reboot
takes place even if a clean reboot attempt times out. By default
RuntimeWatchdogSec= defaults to 0 (off), and ShutdownWatchdogSec= to 10min
So, as per definition "ShutdownWatchdogSec" should be effective only in case of
reboot. For the normal scenario "RuntimeWatchdogSec" should be used, which is
defined as:
RuntimeWatchdogSec= is set to a non-zero value, the watchdog hardware
(/dev/watchdog) will be programmed to automatically reboot the system if it is
not contacted within the specified timeout interval. The system manager will
ensure to contact it at least once in half the specified timeout interval.
Since RuntimeWatchdogSec worked fine in RHEL, so I closing this bug.
|