Bug 857798

Summary: sig handlers in beakerd are only configured for daemon mode
Product: [Retired] Beaker Reporter: Raymond Mancy <rmancy>
Component: schedulerAssignee: Amit Saha <asaha>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.9CC: asaha, dcallagh, ebaak, mishin, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-11 23:50:24 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:

Description Raymond Mancy 2012-09-17 03:39:44 UTC
Description of problem:

beakerd only registers sig handlers if it's in daemon mode

Version-Release number of selected component (if applicable):

0.9.3

How reproducible:

Always

Steps to Reproduce:
1. Start beakerd in foreground mode
2. Kill the process
3. 
  
Actual results:

Does not exit cleanly

Expected results:

Does exit cleanly, as per beakerd

Additional info:
The handlers are registered within the 'if not opts.foreground' block

Comment 1 Amit Saha 2012-09-18 06:59:43 UTC
In gerrit: http://gerrit.beaker-project.org/#/c/1358/

Comment 2 Dan Callaghan 2012-10-11 23:50:24 UTC
Beaker 0.9.4 has been released.