-
Bug
-
Resolution: Done-Errata
-
Major
-
6.18.0
-
2
-
False
-
rubygem-foreman_rh_cloud-12.2.12
-
Proton Sprint 7
-
sat-proton
-
None
-
None
-
None
-
None
Description of problem:
When a host is unregistered from Satellite in an IOP environment, the corresponding host entries in the Insights inventory are not automatically deleted. This leaves stale data in the inventory tables, which can lead to inaccuracies and potential system performance issues.
How reproducible:
always
Is this issue a regression from an earlier version:
no
Steps to Reproduce:
1. On an iop setup sat run the following command. Make a note of the count
sudo -u postgres psql -d inventory_db -c "select count from hbi.hosts"
2. Unregister and delete the host from satellite
3. Again run the following command. Make a note of the count
sudo -u postgres psql -d inventory_db -c "select count from hbi.hosts"
Actual behavior:
The counts are identical
Expected behavior:
[Describe what should be happening instead]
Count in step 3 should be less than 1 if the host was deleted.
Business Impact / Additional info:
- is duplicated by
-
SAT-32004 As Satellite I want to notify IoP inventory about host host deletion
-
- Closed
-
- links to
-
RHBA-2026:157689
Satellite 6.18.2 Async Update