Project

General

Profile

Actions

Bug #1094

closed

undefined method `loadRecordOptions'

Added by Ohad Levy over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
DHCP
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

It seems that we call that method, even if it was added only the to MS implementation

Failed to delete the DHCP record: undefined method `loadRecordOptions' for 127.0.0.1:Proxy::DHCP::ISC

Actions #1

Updated by Ohad Levy over 12 years ago

  • Priority changed from Normal to High

changing to high, as this blocks quite a few operations via the UI (edit, delete etc)

Actions #2

Updated by Paul Kelly over 12 years ago

  • Status changed from New to Feedback
  • Assignee changed from Paul Kelly to Ohad Levy

The ISC server loads the reservation's IP and MAC into the option hash at record initialization. The loadRecordOptions call is made thus "@options||loadRecordOptions". It is unclear to me how the @options variable can ever be empty unless the options parser is failing in some way. Would it be possible to get a copy of the scope's data? Do you know the sequence of operations that caused the error/ Was is a delete or a rollback or some unusual mechanism?

I can easily add a ISC#loadRecordOptions method that returns {} but this may not fix the fundamental problem.

Actions #3

Updated by Paul Kelly over 12 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF