Bug 807738 - DAEMON_LIST should not be needs_restart
Summary: DAEMON_LIST should not be needs_restart
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor-wallaby-base-db
Version: 2.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: 2.2
: ---
Assignee: Robert Rati
QA Contact: Daniel Horák
URL:
Whiteboard:
Depends On:
Blocks: 828434
TreeView+ depends on / blocked
 
Reported: 2012-03-28 15:17 UTC by Robert Rati
Modified: 2012-09-19 18:03 UTC (History)
4 users (show)

Fixed In Version: condor-wallaby-base-db-1.20-1
Doc Type: Bug Fix
Doc Text:
C: The DAEMON_LIST parameter was marked as needing a restart for changes to take affect in the remote configuration database C: If the DAEMON_LIST parameter value changed then all MRG Grid daemons would be restarted causing a disruption in service F: The DAEMON_LIST parameter is no longer marked as needed a restart for changes to take affect R: Changes to DAEMON_LIST will not result in all daemons on the node restarting
Clone Of:
Environment:
Last Closed: 2012-09-19 17:43:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:1278 0 normal SHIPPED_LIVE Moderate: Red Hat Enterprise MRG Grid 2.2 security update 2012-09-19 21:40:26 UTC

Description Robert Rati 2012-03-28 15:17:04 UTC
Description of problem:
The DAEMON_LIST parameter in the base-db does not need to be restarted for changes to take affect.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Robert Rati 2012-03-28 19:54:21 UTC
Changed DAEMON_LIST to no longer require a restart.

Updated on master.

Comment 3 Robert Rati 2012-04-02 13:53:30 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
C: The DAEMON_LIST parameter was marked as needing a restart for changes to take affect in the remote configuration database
C: If the DAEMON_LIST parameter value changed then all MRG Grid daemons would be restarted causing a disruption in service
F: The DAEMON_LIST parameter is no longer marked as needed a restart for changes to take affect
R: Changes to DAEMON_LIST will not result in all daemons on the node restarting

Comment 5 Daniel Horák 2012-06-11 14:08:36 UTC
Reproduced on RHEL 5.8 i386:

# rpm -q condor-wallaby-base-db
  condor-wallaby-base-db-1.19-1.el5.noarch

# condor_configure_store --list --params DAEMON_LIST
  Parameter "DAEMON_LIST":
  Name: DAEMON_LIST
  Type: String
  Default: 
  Description: The daemons the condor_master will start and monitor
  MustChange: True
  VisibilityLevel: 0
  RequiresRestart: True
  Dependencies:
  Conflicts:


Verified on: RHEL 5.8, 6.3 - i386, x86_64:
# rpm -q condor-wallaby-base-db
  condor-wallaby-base-db-1.22-4.el5.noarch

# condor_configure_store --list --params DAEMON_LIST
  Parameter "DAEMON_LIST":
  Name: DAEMON_LIST
  Type: String
  Default: 
  Description: The daemons the condor_master will start and monitor
  MustChange: True
  VisibilityLevel: 0
  RequiresRestart: False
  Dependencies:
  Conflicts:

# cat /var/lib/condor-wallaby-base-db/condor-base-db.snapshot
  . . .
  - !ruby/object:Mrg::Grid::SerializedConfigs::Parameter
    conflicts: []

    default_val: ""
    depends: []

    description: The daemons the condor_master will start and monitor
    kind: String
    level: 0
    must_change: true
    name: DAEMON_LIST
    needs_restart: false
  . . .

For parameter DAEMON_LIST is RequiresRestart (needs_restart in database snapshot) set to False.

>>> VERIFIED

Comment 7 errata-xmlrpc 2012-09-19 17:43:15 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2012-1278.html


Note You need to log in before you can comment on or make changes to this bug.