Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313993 Details for
Bug 437867
Fence storm with fence_egenera
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
test boot watch patch
fence_egenera.patch.html (text/html), 954 bytes, created by
Jason Willeford
on 2008-08-11 18:29:59 UTC
(
hide
)
Description:
test boot watch patch
Filename:
MIME Type:
Creator:
Jason Willeford
Created:
2008-08-11 18:29:59 UTC
Size:
954 bytes
patch
obsolete
>--- fence_egenera.orig 2008-08-07 11:58:33.000000000 -0400 >+++ fence_egenera 2008-08-08 16:03:39.000000000 -0400 >@@ -297,7 +297,8 @@ > { > my $rtrn=1; > local *egen_log; >- open(egen_log,">/tmp/eglog"); >+ open(egen_log,">>/tmp/eglog"); >+ print egen_log "Attempting shutdown at ".`date`."\n"; > for (my $trys=0; $trys<20; $trys++) > { > last if (pserver_status != 0); >@@ -316,6 +317,12 @@ > # do I need to do anything here? > # We'll just wait for now > } >+ elsif (/^Booting/) >+ { >+ # Server is already on the way back up. Do nothing >+ $rtrn=0; >+ last; >+ } > elsif (/^Booted\(KDB\)/ || /^Debugging/ ) > { > print egen_log "shutdown: crash dump being performed. Waiting\n";
--- fence_egenera.orig 2008-08-07 11:58:33.000000000 -0400 +++ fence_egenera 2008-08-08 16:03:39.000000000 -0400 @@ -297,7 +297,8 @@ { my $rtrn=1; local *egen_log; - open(egen_log,">/tmp/eglog"); + open(egen_log,">>/tmp/eglog"); + print egen_log "Attempting shutdown at ".`date`."\n"; for (my $trys=0; $trys<20; $trys++) { last if (pserver_status != 0); @@ -316,6 +317,12 @@ # do I need to do anything here? # We'll just wait for now } + elsif (/^Booting/) + { + # Server is already on the way back up. Do nothing + $rtrn=0; + last; + } elsif (/^Booted\(KDB\)/ || /^Debugging/ ) { print egen_log "shutdown: crash dump being performed. Waiting\n";
View Attachment As Raw
Actions:
View
Attachments on
bug 437867
: 313993