Actions
Bug #27280
closedUnable to join a machine with bonded primary interface
Description
Foreman: 1.22.0
Katello: 3.12.0
Unable to join a machine using subscription manager with a bonded primary interface.
I get this error when using subscription-manager.
HTTP error (422 - Unknown): Validation failed: Attached to can’t be blank
I traced through the logs - I think it is an issue that it can’t tell what the slave ethernet devices are.
this is from the /var/log/foreman/production.log
2019-07-10T10:29:32 [I|app|a25781d5] Import facts for '<redacted system name>' completed. Added: 220, Updated: 0, Deleted 0 facts
2019-07-10T10:29:32 [I|aud|a25781d5] Nic::Managed (834) update event on mac , <redacted>
2019-07-10T10:29:32 [I|aud|a25781d5] Nic::Managed (834) update event on virtual false, true
2019-07-10T10:29:32 [I|aud|a25781d5] Nic::Managed (834) update event on identifier , bond0
2019-07-10T10:29:32 [W|app|a25781d5] Not queueing Nic::Managed: ["Attached to can't be blank"]
2019-07-10T10:29:32 [W|app|a25781d5] Not queueing Nic::Managed: ["Attached to can't be blank"]
2019-07-10T10:29:32 [W|app|a25781d5] Not queueing Nic::Managed: ["Attached to can't be blank"]
Actions