Bug 694163

Summary: Triggerd chapter: add reference to DC_DAEMON_LIST
Product: Red Hat Enterprise MRG Reporter: Luigi Toscano <ltoscano>
Component: Grid_User_GuideAssignee: Alison Young <alyoung>
Status: CLOSED CURRENTRELEASE QA Contact: Tomas Rusnak <trusnak>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: jneedle, jsarenik, rrati, trusnak
Target Milestone: 2.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-24 01:23:11 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 Luigi Toscano 2011-04-06 16:12:14 UTC
In order to enable triggerd another line must be added to condor configuration:
DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD

It must be put in the box in point 2 which contains:
'DAEMON_LIST = $(DAEMON_LIST), TRIGGERD'


See also BZ675209.

Comment 1 Jan Sarenik 2011-05-11 13:43:28 UTC
"DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD" will not work

Have a look at bug 606391 comment 23

Comment 2 Jan Sarenik 2011-05-11 13:45:35 UTC
And please, make the readers aware that "DC_DAEMON_LIST =+" may be used
only once (otherwise it does not add to, but overrides the previous =+
setting).

Comment 3 Alison Young 2011-05-17 02:04:06 UTC
(In reply to comment #1)
> "DC_DAEMON_LIST = $(DC_DAEMON_LIST), TRIGGERD" will not work
> 
> Have a look at bug 606391 comment 23

So adding the line under sub-heading "Configuring the event trigger daemon" is not required anymore?

Comment 5 Robert Rati 2011-05-19 22:54:34 UTC
Need to add:

DC_DAEMON_LIST =+ TRIGGERD

Under the DAEMON_LIST entry.  Also, merge step 1 and 2, as those 2 boxes are all part of the same configuration for the triggerd.

Comment 7 Tomas Rusnak 2011-06-03 12:02:20 UTC
DC_DAEMON_LIST =+ TRIGGERD included in chapter 16 para 1.

>>> VERIFIED