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 590486 Details for
Bug 830288
RFE: Please extend the watchdog panic time to 10 minutes
[?]
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.
patch to increase time out,
0001-increase-watchdog-time-out-to-300-seconds.patch (text/plain), 1.52 KB, created by
PaulB
on 2012-06-08 18:28:05 UTC
(
hide
)
Description:
patch to increase time out,
Filename:
MIME Type:
Creator:
PaulB
Created:
2012-06-08 18:28:05 UTC
Size:
1.52 KB
patch
obsolete
>From ca9a015762a9e9c2060eb97d4bc44c8078f75776 Mon Sep 17 00:00:00 2001 >From: Paul Bunyan <pbunyan@redhat.com> >Date: Fri, 8 Jun 2012 14:23:17 -0400 >Subject: [PATCH] increase watchdog time out to 300 seconds > >--- > LabController/proxy/src/bkr/labcontroller/proxy.py | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/LabController/proxy/src/bkr/labcontroller/proxy.py b/LabController/proxy/src/bkr/labcontroller/proxy.py >index 00cb978..8fdf205 100644 >--- a/LabController/proxy/src/bkr/labcontroller/proxy.py >+++ b/LabController/proxy/src/bkr/labcontroller/proxy.py >@@ -264,11 +264,12 @@ def update(self): > if task()['status'] == 'Running': > break > self.proxy.task_result(task()['id'], 'panic', '/', 0, panic.group()) >- # set the watchdog timeout to 10 seconds, gives some time for all data to >+ # set the watchdog timeout to 5 minutes (300 seconds), >+ # gives some time for all data to > # print out on the serial console > # this may abort the recipe depending on what the recipeSets > # watchdog behaviour is set to. >- self.proxy.extend_watchdog(task()['id'], 10) >+ self.proxy.extend_watchdog(task()['id'], 300) > if not line: > return False > # If we didn't read our full blocksize and we are still growing >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 830288
: 590486