Skip to Main Content

Open Source

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Leapp Upgrade from CentOS 7.9 to OL8 fails

3941714Jul 8 2024

Hello All,

I am trying to upgrade my CentOS 7.9 Linux server to Oracle Linux 8 via Leapp. While performing Leapp Upgrade, it fails with erro r

Error Summary
-------------
Disk Requirements:
At least 505MB more space needed on the / filesystem.

I have enough space available on my boot and root partition

df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 147M 3.7G 4% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/mapper/centos-root 148G 33G 116G 23% /
/dev/sda2 1.4G 148M 1.2G 12% /boot
tmpfs 783M 0 783M 0% /run/user/1000

I am trying to upgrade using the below steps :

sudo yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm --eval %rhel).noarch.rpm

sudo yum install -y leapp-upgrade leapp-data-oraclelinux

sudo leapp preupgrade

sudo leapp answer --section remove_pam_pkcs11_module_check.confirm=True

sudo leapp upgrade

Is there anything i can do to fix this issue?

Thank you

Comments

Post Details

Added on Jul 8 2024
2 comments
487 views