0

During “sudo leapp upgrade” I got only one issue (a few similar issues actually, but all connected to the same conflicting package):

2022-11-25 08:51:30.313 DEBUG PID: 21679 leapp.workflow.Download.dnf_package_download: file /usr/lib64/.libcrypto.so.1.1.1k.hmac from install of openssl-libs-1:1.1.1k-7.el8_6.x86_64 conflicts with file from package openssl11-libs-1:1.1.1k-4.el7.x86_64

I fixed it by uninstalling conflicting package:

yum -y remove openssl11-libs-1:1.1.1k-4.el7.x86_64

After this, “sudo leapp upgrade” succeeded and asked to reboot the system. After the reboot it failed with the following errors in rdsosreport.txt:

ISSUE-1: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi

ISSUE-2: WARNING: locking_type (4) is deprecated, using --sysinit --readonly

enter image description here

ISSUE-3: mount: wrong fs type, bad option, bad superblock:

rdsosreport.txt enter image description here

Do you have any ideas what is wrong and how to fix it?

Illya S
  • 161
  • 1
  • 12
  • Regarding: **WARNING: locking_type (4) is deprecated, using --sysinit --readonly** https://bugzilla.redhat.com/show_bug.cgi?id=2025527: *Vdsm still uses locking_type=4 - this is leftover from RHEL 7 that should not have any effect on RHEL 8, and was not removed yet from vdsm. Looks like in 8.6, using locking_type=4 enables the --sysinit --readonly options and these options are not compatible with lvrefresh, causing it to fail to acquire the lock for the vg.* – Illya S Dec 15 '22 at 15:16

0 Answers0