Project

General

Profile

Actions

Bug #6559

open

Net::DHCP classloading error

Added by Scott Seago almost 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Rails
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

This appears to be hitting staypuft deployments, especially when we try to provision multiple hosts at once. The speculation is that defining stuff via:

module Net::DHCP

rather than

module Net
module DHCP

may be at the root of the problem, since if we reference this before the Net module is loaded, it will fail. Initial testing with staypuft deployments suggest that the change I'll be submitting shortly as a PR fixes the problem for staypuft at least.

Actions

Also available in: Atom PDF