cpanel / elevate

elevate your cPanel&WHM CentOS 7 server to Almalinux 8
https://cpanel.github.io/elevate/
BSD 2-Clause "Simplified" License
43 stars 29 forks source link

Convert multiple NICs blocker to a component #450

Closed cPholloway closed 1 month ago

cPholloway commented 1 month ago

Case RE-337: Previously, we blocked if we found that there were multiple NICs with names conflicting with the kernel naming space. This change makes it so that we give a warning about this when the script is executed in check mode, and we rename the NICs to a different naming scheme if the script is executed in start mode. Of note, we do explicitely ask the user for permission to make this change on their behalf before performing the change since there is an inherint risk involved of networking not coming back up when the server reboots.

Changelog: Convert multiple NICs blocker to component

By submitting pull requests to this repo, I agree to the Contributor License Agreement which can be found at: https://github.com/cpanel/elevate/blob/main/docs/cPanel-CLA.pdf

cPholloway commented 1 month ago

^ This was just a rebase on main