Actions
Bug #12478
closedVirtual interfaces with :attached_to defined can't be updated by Host::Base.populate_fields_from_facts
Difficulty:
trivial
Triaged:
Pull request:
Description
When a virtual interfaces has a value for :attached_to, it fails to get updated when Host::Base.populate_fields_from_facts runs. This is because (at least in Puppet environments) the facts table does not contain a value for :attached_to.
The resulting error:
2015-11-13 17:19:14 [sql] [W] Saving bond0 NIC for host host.example.com failed, skipping because:
2015-11-13 17:19:14 [sql] [W] Attached to can't be blank
PR incoming. :)
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2912 added
Updated by Brandon Weeks over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Dominic Cleal over 9 years ago
- % Done changed from 100 to 0
- Translation missing: en.field_release set to 104
Actions