Bug 132603
| Summary: | need fence info output to syslog | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Corey Marthaler <cmarthal> |
| Component: | gfs | Assignee: | David Teigland <teigland> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | GFS Bugs <gfs-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | amanthei |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-09-27 21:33:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Corey Marthaler
2004-09-14 23:04:50 UTC
How does this look? RCS file: /cvs/cluster/cluster/fence/fenced/recover.c,v retrieving revision 1.2 diff -r1.2 recover.c 181a182 > syslog(LOG_INFO, "fencing node \"%s\"", node->name); 187a189,191 > > syslog(LOG_INFO, "fence \"%s\" %s", node->name, > error ? "failed" : "success"); looks good. fix verified. This is good, but it is also necessary for troubleshooting to have the output of the fence agent in here, as it was for 6.0.0. I'm currently in a state where a log is reporting: Sep 22 14:23:32 tng3-1 fenced[2267]: fencing node "tng3-3" Sep 22 14:23:32 tng3-1 fenced[2267]: fence "tng3-3" failed over and over again with no additional info on what's gone wrong. With today's checkin it worked with my test. the output of the fence agent does now appear. fix verified. Updating version to the right level in the defects. Sorry for the storm. |