Bug 509206
| Summary: | Cleanup references to Xen in Action types | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Brad Buckingham <bbuckingham> |
| Component: | Virtualization | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Kastner <jkastner> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | cperry, jhutar, jkastner, mmraka, mzazrivec, pkilambi, tsanders |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | satellite-schema-5.4.0.4-1 spacewalk-schema-1.2.21-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-28 14:50:05 UTC | Type: | --- |
| 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: | 487678 | ||
|
Description
Brad Buckingham
2009-07-01 18:51:15 UTC
SQL> select count(*) from rhnActionType where name like '%domain%'; COUNT(*) ---------- 8 SQL> select count(*) from rhnActionType where name like '%Xen%'; COUNT(*) ---------- 0 SQL> select count(*) from rhnActionType where name like '%xen%'; COUNT(*) ---------- 0 Verified in stage.
[root@hp-bl685cg6-01 ~]# sqlplus $(spacewalk-cfg-get default_db)
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Oct 20 10:38:29 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select count(*) from rhnActionType where name like '%domain%';
COUNT(*)
----------
8
SQL> select count(*) from rhnActionType where name like '%Xen%';
COUNT(*)
----------
0
SQL> select count(*) from rhnActionType where name like '%xen%';
COUNT(*)
----------
0
The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |