Skip to content

05.02.06.09

Compare
Choose a tag to compare
@masonkatz masonkatz released this 12 Sep 20:28
· 238 commits to master since this release
d120717

Bugfix

  • Apache appears to need restarted after the barnacle during the Redhat bootable ISO build

  • Fix SQL error in list attr

    In the addGlobalAttrs function used to generate Kickstart_PrivateHostname and Kickstart_PublicHostname contained an SQL statem
    ent testing if the network interface name was null, using <>. This will always return false, no matter what, and should have been I\ S NOT NULL instead.

  • Import sys for the rare error path

    Also cleanup some dangling whitespace.

  • fix the infiniband table definitions to actually clean up the database if foreign keys are removed

  • missed an argument for the error handling code in controller config