Feature #8028
closedhammer command to remove content host deletion record
Description
When a content host is deleted on the server, candlepin saves a record of it. If this consumer checks in after that point (via rhsm) it will receive a "410 gone" response. Rhsm know this to mean they have been deleted and so stop checking in. The host may be re-registered at that point, if desired.
Since virt-who checks in on a hypervisors behalf, deleting a hypervisor content host leaves things in a state where that hypervisor cannot be recreated since there is no way to re-register it. From that point on, the hypervisor will never appear again as a content host.
The workaround implemented is to provide a mechanism to delete the deletion record. This would allow virt-who to recreate the hypervisor.
Old katello CLI had a command for this; this needs to be implemented in hammer.
Updated by Thomas McKay about 10 years ago
- Related to Feature #8098: As a virt-who user, I would like to add and remove hypervisors explicitly. added
Updated by Eric Helms about 10 years ago
- Tracker changed from Bug to Feature
- Translation missing: en.field_release set to 14
- Triaged changed from No to Yes
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 59
- Pull request https://github.com/Katello/katello/pull/4777 added
- Pull request deleted (
)
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release changed from 14 to 23
Updated by Eric Helms almost 10 years ago
- Status changed from Ready For Testing to Resolved