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

Add blocker if '/usr' is a separate private mount point #429

Closed cPholloway closed 2 months ago

cPholloway commented 2 months ago

Case RE-306: The 'leapp' utility needs to be able to load packages stored within the '/usr/share/leapp-repository/repositories/system_upgrade/el7toel8/files/bundled-rpms' directory. If '/usr' is a separate private bind mount, the 'leapp' utility will be unable to load the packages stored within this directory which will result in 'leapp' failing, and leaving systems in a broken state. In order to avoid this, we now detect this scenario and block the elevation.

Changelog: Add blocker if '/usr' is a separaate private mount point

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