RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 997346 - pacemaker enables itself on boot during installation
Summary: pacemaker enables itself on boot during installation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pacemaker
Version: 6.5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Andrew Beekhof
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-15 08:28 UTC by Jaroslav Kortus
Modified: 2013-11-21 12:10 UTC (History)
2 users (show)

Fixed In Version: pacemaker-1.1.10-9.el6
Doc Type: Bug Fix
Doc Text:
No description necessary
Clone Of:
Environment:
Last Closed: 2013-11-21 12:10:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:1635 0 normal SHIPPED_LIVE Low: pacemaker security, bug fix, and enhancement update 2013-11-20 21:53:44 UTC

Description Jaroslav Kortus 2013-08-15 08:28:04 UTC
Description of problem:
when yum install pacemaker is used, the pacemaker marks itself as enabled on boot (chkconfig --list pacemaker). This is not as expected and differs from other cluster daemons.

Version-Release number of selected component (if applicable):
pacemaker-1.1.10-6.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. yum install pacemaker
2. chkconfig --list pacemaker
3.

Actual results:
pacemaker       0:off   1:off   2:on    3:on    4:on    5:on    6:off


Expected results:
pacemaker       0:off   1:off   2:off    3:off    4:off    5:off    6:off


Additional info:

Comment 1 Andrew Beekhof 2013-08-16 04:25:14 UTC
Looks like chkconfig is being a bit too smart for its own good.
I think we just need to apply:

diff --git a/mcp/pacemaker.in b/mcp/pacemaker.in
index c96f1d1..4c9ec6b 100644
--- a/mcp/pacemaker.in
+++ b/mcp/pacemaker.in
@@ -15,8 +15,6 @@
 # Required-Start:      $network corosync
 # Should-Start:                $syslog
 # Required-Stop:       $network corosync
-# Default-Start:  2 3 4 5
-# Default-Stop:   0 1 6
 # Short-Description:   Starts and stops Pacemaker Cluster Manager.
 # Description:         Starts and stops Pacemaker Cluster Manager.
 ### END INIT INFO

Do we want this for 6.5?

Comment 2 Jaroslav Kortus 2013-08-16 07:45:37 UTC
we do want this for 6.5 :)

Comment 5 Jaroslav Kortus 2013-09-13 11:08:33 UTC
pacemaker-1.1.10-9.el6.x86_64:

Right after installation:
# chkconfig --list pacemaker
pacemaker      	0:off	1:off	2:off	3:off	4:off	5:off	6:off

Works as expected, marking as verified with pacemaker-1.1.10-9.el6.x86_64.

Comment 6 errata-xmlrpc 2013-11-21 12:10:14 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-2013-1635.html


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