-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent bonding issue by removing extra network interface from bridge_ports on sle12 autoyast #19726
Conversation
data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_12.xml.ep
Outdated
Show resolved
Hide resolved
data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_12.xml.ep
Outdated
Show resolved
Hide resolved
aea43b8
to
24faeaf
Compare
The verification runs with the new introduced setting And please merge this PR after https://gitlab.suse.de/openqa/salt-pillars-openqa/-/merge_requests/867 is merged. |
FYI. The MU sle12 autoyast template has the similar problem. It will not bring troubles if there will always be one cable connection to the master Ethernet card on machines, but I'd like to raise this problem here to bring your awareness. @alice-suse @waynechen55 @RoyCai7 @tbaev @martinsmarcelo
|
data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_12.xml.ep
Outdated
Show resolved
Hide resolved
data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_12.xml.ep
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for the quick fix
The incorrect network bridge configuration is causing problem:
The culprit is
BRIDGE_PORTS='eth0 eth1 em1 em2'
. "make a bridge from two interfaces is bad practice"sle12sp5_kvm_on_gonzo
sle12sp5_kvm_on_fozzie
sle12sp5_kvm_on_amd-zen3
sle12sp5_kvm_on_blackbauhinia
sle12sp5_xen_on_fibnacci