Bug 854686
| Summary: | The rhn_command.command_class database column default is wrong when upgrading from Satellite 5.0 | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> | |
| Component: | Upgrades | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> | |
| Status: | CLOSED ERRATA | QA Contact: | Martin Minar <mminar> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 550 | CC: | cperry, jpazdziora, mkoci, mminar | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | satellite-schema-5.5.0.14-1-sat | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 856133 (view as bug list) | Environment: | ||
| Last Closed: | 2012-10-22 11:24:12 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: | 819027, 856133 | |||
Fixed in Spacewalk master, 46ff247497a6b0a13498c8df6f4c9bb80167ff33. The problem is also present when upgrading from 5.2 to 5.5. So 5.2 can be used isntead of 5.0. 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-2012-1394.html |
Description of problem: The rhn_command.command_class database column default on Satellite upgraded from version < 5.2 is set to '/var/lib/nocpulse/libexec' rather than to '/var/lib/nocpulse/libexec/plugin' like the freshly installed Satellite 5.5 is. Version-Release number of selected component (if applicable): spacewalk-schema-1.7.55-31.el6sat.noarch satellite-schema-5.5.0.13-1.el6sat.noarch How reproducible: Deterministic. Steps to Reproduce: 1. Have Satellite upgraded from 5.0 to 5.5. 2. Connect to its Oracle database with sqlplus. 3. Run SQL> select data_default from user_tab_columns where table_name = 'RHN_COMMAND' and column_name = 'COMMAND_CLASS' ; Actual results: DATA_DEFAULT -------------------------------------------------------------------------------- ('/var/lib/nocpulse/libexec') Expected results: DATA_DEFAULT -------------------------------------------------------------------------------- ('/var/lib/nocpulse/libexec/plugin') Additional info: This issue should have no ill effect on Satellite operation, it's a sanity issue. The freshly installed Satellite 5.5 will have the default value set to '/var/lib/nocpulse/libexec/plugin' which should also be worth checking upon QA.