Actions
Bug #13420
closed[Smart proxy] provider dhcp_native_ms DELETE method broken
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
DHCP
Target version:
-
Description
Using native dhcp, reservations to not get deleted, seemingly the wrong record is looked up:
D, [2016-01-27T21:52:02.064960 #1508] DEBUG -- : Added a lease record: 10.11.12.31:06:81:f5:18:0c:33 E, [2016-01-27T21:52:02.064960 #1508] ERROR -- : Record 10.11.12.0/06:81:f5:18:0c:33 not found I, [2016-01-27T21:52:02.064960 #1508] INFO -- : fdff:dd77:2c2c:1110::15 - - [27/Jan/2016 21:52:02] "DELETE /dhcp/10.11.12.0/06:81:f5:18:0c:33 HTTP/1.1" 404 45 1.9219
Updated by Daniel Helgenberger almost 9 years ago
I looked through smart proxy; the 404 is thrown by one of the validate methods. Adding a record works. I think it could be one of the find methods of the provider, but I'll need some help pinpointing it.
This is a rather anointing issue.
Updated by Anonymous over 8 years ago
- Related to Bug #7766: ms_native dhcp smart proxy code scales poorly added
Updated by Anonymous about 8 years ago
- Status changed from New to Resolved
Ms dhcp provider has been re-written (see http://projects.theforeman.org/issues/7766), and this should be resolved. Please re-open the ticket if you continue to experience the problem with the new version of the provider.
Actions