On 06/08/2012 12:42 PM, Dan Rao wrote:
Hi all,

I upgraded my Cobbler install to 2.2.3-1.el6 (from epel-testing) last
night.

Interestingly, when I run cobbler sync, only machines that have netboot
enabled get entries in my dhcpd.conf.

The offending line(s) appear to be in
/usr/lib/python2.6/site-packages/cobbler/modules/manage_isc.py - lines
164-165

----
if not interface["netboot_enabled"]:
     continue
----

(This is in the section that generates the ISC dhcpd config file).


I commented those lines out to get my server back, but I was curious as
to why that was there in the first place.

Running current git master, which has:

     if not interface["netboot_enabled"] and interface['static']:
         continue

So, I'm still seeing a problem with this in that in order to netboot machines with static interfaces I need to run "cobbler sync" after checking the netboot enable box. This is a real pain.


--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder Office                  FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com
_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to