Description of problem: rgmanager spec file is missing a couple of bits related to cpglockd handling. Specifically: %post /sbin/chkconfig --add rgmanager the post section should add: /sbin/chkconfig --add cpglockd otherwise chkconfig --list does not show cpglockd. ---- %preun if [ "$1" = 0 ]; then /sbin/service rgmanager stop >/dev/null 2>&1 /sbin/chkconfig --del rgmanager fi once rgmanager is stopped and removed at uninstall time, the same should be done for cpglockd. both issues are minor.
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.
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/RHBA-2013-0409.html