Skip to content
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

[Backport 6.2] fix(multinetwork): remove second network interface configuration #8990

Open
wants to merge 1 commit into
base: branch-6.2
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 13, 2024

After multiple hard reboots a node eventually loses connection to all other nodes in the cluster. After node reboot, 2nd interface isn't functioning. Found that our sdcm.provision.aws.utils.configure_eth1_script re-configure the second network interface and it causes to lost connection.
Actually with using existing and configured network interface we do not need this eth1 configuration script any more.

Fixes: #8553

Testing

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

(cherry picked from commit e059688)

Parent PR: #8883

After multiple hard reboots a node eventually loses connection to all other nodes in the cluster.
After node reboot, 2nd interface isn't functioning.
Found that our `sdcm.provision.aws.utils.configure_eth1_script` re-configure the second network interface and it causes
to lost connection.
Actually with using existing and configured network interface we do not need this eth1 configuration script any more.

Fixes: #8553
(cherry picked from commit e059688)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant