ERF12-0635 » History » Version 3
Dominic Cleal, 07/02/2014 06:50 AM
1 | 2 | Dominic Cleal | h1. ERF12-0635 - Unable to delete DHCP entry |
---|---|---|---|
2 | 1 | Dominic Cleal | |
3 | h2. Generic or SSL connection errors |
||
4 | |||
5 | Please see [[Proxy_communication_errors]] first for SSL or communication errors, which aren't specific to this particular proxy action. |
||
6 | |||
7 | 3 | Dominic Cleal | h2. ... is static - unable to delete |
8 | |||
9 | The proxy uses OMAPI to manage DHCP reservations, but will only manage those entries created via the same interface/API. Entries from dhcpd.conf or similar won't be deleted. |
||
10 | |||
11 | <pre> |
||
12 | E, [2014-06-13T11:45:31.118107 #32228] ERROR -- : 10.0.0.123 / 00:50:56:00:00:00 is static - unable to delete |
||
13 | D, [2014-06-13T11:45:31.118198 #32228] DEBUG -- : /usr/share/foreman-proxy/bin/../lib/proxy/dhcp/server/isc.rb:15:in `delRecord' |
||
14 | /usr/share/foreman-proxy/bin/../lib/dhcp_api.rb:109:in `DELETE /dhcp/:network/:record' |
||
15 | </pre> |
||
16 | |||
17 | 1 | Dominic Cleal | h2. Deletion of already deleted reservation fails |
18 | |||
19 | Bug #6396 tracks an issue where the proxy fails to delete an already-deleted record. |