Bug 1037622 - Virtual host profile removal leaves irrelevant entries in the DB.
Summary: Virtual host profile removal leaves irrelevant entries in the DB.
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Server
Version: 560
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Dobes
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: sat560-triage
TreeView+ depends on / blocked
 
Reported: 2013-12-03 13:45 UTC by Dimitar Yordanov
Modified: 2018-04-09 11:05 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-09 11:05:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dimitar Yordanov 2013-12-03 13:45:25 UTC
Description of problem:
Irrelevant entries are left behind in the DB after Virtual host profile is removed from Satellite.

Version-Release number of selected component (if applicable):
spacewalk-java-2.0.2-48

How reproducible:
100%

Steps to Reproduce:
1. Create KVM Host - VHost.
2. Create several KVM guests on VHost.
3. Register VHost to Satellite.
4. Add Tools Channel to VHost.
5. yum install rhn-virtualization-host.
6. Check the DB entries.

rhnschema=# select * from rhnVirtualInstance;
 id | host_system_id | virtual_system_id | uuid | confirmed | created | modified 
----+----------------+-------------------+------+-----------+---------+----------
(0 rows)


7. rhn-profile-sync 
Updating package profile...
Updating hardware profile...
Updating virtualization profile...

8. Check the DB entries.

rhnschema=# select * from rhnVirtualInstance;
 id  | host_system_id | virtual_system_id |               uuid               | confirmed
 |            created            |           modified            
-----+----------------+-------------------+----------------------------------+----------
-+-------------------------------+-------------------------------
 136 |     1000010237 |                   | 9372d0be65ef83bc96b840e8c8d7f726 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:24:37.481866-05
 135 |     1000010237 |                   | cf14fad371587b97701b5e3c399ce481 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:24:37.481866-05
 134 |     1000010237 |                   | 8615fc78b7de569932036c5128cd6836 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:24:37.481866-05
 133 |     1000010237 |                   | 2dc191d964d071b288c01329129ce270 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:24:37.481866-05
 132 |     1000010237 |                   |                                  |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:24:37.481866-05
(5 rows)

9. Unregister the VHost from Satellite.

10. Check the DB entries.

rhnschema=# select * from rhnVirtualInstance;
 id  | host_system_id | virtual_system_id |               uuid               | confirmed
 |            created            |           modified            
-----+----------------+-------------------+----------------------------------+----------
-+-------------------------------+-------------------------------
 136 |                |                   | 9372d0be65ef83bc96b840e8c8d7f726 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:27:55.108796-05
 135 |                |                   | cf14fad371587b97701b5e3c399ce481 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:27:55.108796-05
 134 |                |                   | 8615fc78b7de569932036c5128cd6836 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:27:55.108796-05
 133 |                |                   | 2dc191d964d071b288c01329129ce270 |         1
 | 2013-12-03 08:24:37.481866-05 | 2013-12-03 08:27:55.108796-05
(4 rows)

Actual results:
Some entries left behind in the DB that are not to be used if VHost is not to be registered to Satellite again.

Expected results:
The DB is cleaned up from the irrelevant entries.

Comment 2 Tomas Lestach 2018-04-09 11:05:13 UTC
We have re-reviewed this bug, as part of an ongoing effort to improve Satellite/Proxy feature and bug updates, review and backlog.

This is a low priority bug and has no currently open customer cases. While this bug may still valid, we do not see it being implemented prior to the EOL of the Satellite 5.x product. As such, this is being CLOSED DEFERRED. 

Closing now to help set customer expectations as early as possible. You are welcome to re-open this bug if needed.


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