| Summary: | wdmd dies quietly if /etc/wdmd does not exist | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Milos Malik <mmalik> |
| Component: | sanlock | Assignee: | David Teigland <teigland> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | ajia |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | sanlock-1.8-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-09-19 15:29:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Milos Malik
2011-07-27 12:53:26 UTC
# mkdir /etc/wdmd # ls -d /etc/wdmd /etc/wdmd # wdmd -D 1311771237 wdmd started tests_built scripts client 1311771237 /dev/watchdog armed with fire_timeout 60 1311771237 keepalive 0 1311771247 test_time 1311771247 1311771247 keepalive 0 1311771247 sleep_seconds 10 <still running> Hi, thanks for testing that. I was meaning to disable the test script code in the build until we were ready to use it for something. Do you have a use for test scripts in wdmd? If not I'll compile it out in the next build. No, I have no use for test scripts. # rpm -qa sanlock\* sanlock-lib-1.6-1.el6.i686 sanlock-1.6-1.el6.i686 # wdmd -D 1312377989 wdmd started tests_built scripts client 1312377989 no /dev/watchdog, load a watchdog driver # echo $? 255 # Where can I get such a watchdog driver ? Can I use "modprobe softdog" for testing purposes ? yes, you can use softdog if you don't have a hardware watchdog *** This bug has been marked as a duplicate of bug 658971 *** |