Bug 882459
Summary: | aftermath of bug 876753 - Change --heal-interval to --attach-interval in rhsmcertd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | William Poteat <wpoteat> |
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.10 | CC: | bkearney, fsharath, jgalipea, mreid, wpoteat |
Target Milestone: | beta | ||
Target Release: | 5.10 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
No description necessary
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-30 22:53:25 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: | |||
Bug Depends On: | |||
Bug Blocks: | 840995, 920191 |
Description
John Sefler
2012-12-01 05:05:51 UTC
subscription manager commit 6bccd83f0066073433b983a7937a0c5ed7108de2 python-rhsm commit 8e73f4a848b0cf8d925c88e3caadb76d6b4d3669 Testing version... [root@jsefler-7 ~]# rpm -q subscription-manager subscription-manager-1.8.2-1.git.13.3fdfb73.el7.x86_64 Following the lead of https://bugzilla.redhat.com/show_bug.cgi?id=876753#c3 we should also deprecate --cert-interval as follows... [root@jsefler-7 ~]# rhsmcertd --help Usage: rhsmcertd [OPTION...] Help Options: -h, --help Show help options Application Options: -c, --cert-check-interval=MINUTES interval to run cert check (in minutes) --heal-interval=MINUTES deprecated, see --auto-attach-interval -i, --auto-attach-interval=MINUTES interval to run auto-attach (in minutes) -n, --now run the initial checks immediately, with no delay -d, --debug show debug messages [root@jsefler-7 ~]# Expected another option like this... --cert-interval=MINUTES deprecated, see --cert-check-interval *** Bug 859557 has been marked as a duplicate of this bug. *** main commit f7ec84c902e61319a384a18f0a8d75686c3716c1 # rpm -qa | egrep "subscription-manager|python-rhsm" subscription-manager-firstboot-1.8.4-1.el7.x86_64 python-rhsm-1.8.7-1.el7.x86_64 subscription-manager-gui-1.8.4-1.el7.x86_64 subscription-manager-migration-1.8.4-1.el7.x86_64 subscription-manager-1.8.4-1.el7.x86_64 subscription-manager-debuginfo-1.8.4-1.el7.x86_64 # rhsmcertd --help | grep -- --cert --cert-interval=MINUTES deprecated, see --cert-check-interval <=== Option added -c, --cert-check-interval=MINUTES interval to run cert check (in minutes) # grep -i frequency /etc/rhsm/rhsm.conf <== No matches # grep -i interval /etc/rhsm/rhsm.conf # Interval to run cert check (in minutes): certCheckInterval = 100 # Interval to run auto-attach (in minutes): autoAttachInterval = 1440 # subscription-manager config --help | grep -i frequency <== No matches # subscription-manager config --help | grep -i interval --server.certcheckinterval=SERVER.CERTCHECKINTERVAL Section: server, Name: certcheckinterval --server.autoattachinterval=SERVER.AUTOATTACHINTERVAL Section: server, Name: autoattachinterval --rhsm.certcheckinterval=RHSM.CERTCHECKINTERVAL Section: rhsm, Name: certcheckinterval --rhsm.autoattachinterval=RHSM.AUTOATTACHINTERVAL Section: rhsm, Name: autoattachinterval --rhsmcertd.certcheckinterval=RHSMCERTD.CERTCHECKINTERVAL Section: rhsmcertd, Name: certcheckinterval --rhsmcertd.autoattachinterval=RHSMCERTD.AUTOATTACHINTERVAL Section: rhsmcertd, Name: autoattachinterval # rhsmcertd --helpUsage: rhsmcertd [OPTION...] Help Options: -h, --help Show help options Application Options: --cert-interval=MINUTES deprecated, see --cert-check-interval <==== Option added -c, --cert-check-interval=MINUTES interval to run cert check (in minutes) --heal-interval=MINUTES deprecated, see --auto-attach-interval -i, --auto-attach-interval=MINUTES interval to run auto-attach (in minutes) -n, --now run the initial checks immediately, with no delay -d, --debug show debug messages Verified This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. 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-1332.html |