Bug 1045512
Summary: | Watchdog device unusable by sanlock - Lenovo S30 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pascal Jakobi <pascal.jakobi> | ||||||
Component: | sanlock | Assignee: | David Teigland <teigland> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 19 | CC: | amureini, cfeist, fsimonce, teigland | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-01-12 15:16:40 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: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Pascal Jakobi
2013-12-20 15:43:20 UTC
Created attachment 839631 [details]
lspci output
David, do you think we can make wdmd automatically load the softdog in these cases? If you don't want to load the module directly from wdmd maybe you can provide a command line to run in order to check if there's any watchdog available. Currently the wdmd init script runs: watchdog_check() { if [ ! -c /dev/watchdog ]; then echo -n $"Loading the softdog kernel module: " modprobe softdog && udevadm settle [ -c /dev/watchdog ] && success || failure echo fi } we could use something like: wdmd --probe-watchdogs instead of the simple "! -c /dev/watchdog" check. What do you think? Yes, I will add an option for that. This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. (In reply to David Teigland from comment #3) > Yes, I will add an option for that. According to comment 4, this bug is about to be closed as EOL. Should we bump it forward to F20/F21? This was fixed. |