Actions
Bug #16528
closedSubnet's Discovery Capsule can point to a deleted proxy
Difficulty:
Triaged:
Description
In foreman db, there is a missing key constraint from subnet.discovery_id to smart_proxies.id. That means, if a subnet refers a Discovery Capsule and I delete the capsule/proxy, no warning is raised.
Add a key constraint similar to e.g. "subnet.tftp_id -> smart_proxies.id".
Updated by Pavel Moravec about 8 years ago
- Related to Feature #8514: Add support for requests to smart proxy discovery plugin added
Updated by Lukas Zapletal about 8 years ago
- Project changed from Foreman to Discovery
- Category set to Discovery plugin
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/307 added
Updated by Amit Karsale about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_discovery|514576e3d3570bc8a405a0eabc4df7a7a950a15f.
Actions