redhat-cop / infra.leapp

Collection of Ansible roles for automating RHEL in-place upgrades using Leapp.
MIT License
46 stars 37 forks source link

Leapp fails with "unable to open database file" error #218

Closed swapdisk closed 3 weeks ago

swapdisk commented 3 weeks ago

Leapp preupgrade and upgrade may fail with "unable to open database file" error when it exceeds per-process file descriptor limit as reported with issue RHEL-26459. The recommendation documented here is to increase the limit using ulimit -n 16384.

Let's add this to the tasks that run leapp command in the analysis and upgrade roles.