Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
leapp detects NFSD as an NFS partition
Version-Release number of selected component (if applicable):
leapp-0.13.0-1.el7_9.noarch
leapp-deps-0.13.0-1.el7_9.noarch
leapp-upgrade-el7toel8-0.15.0-6.el7_9.noarch
leapp-upgrade-el7toel8-deps-0.15.0-6.el7_9.noarch
python2-leapp-0.13.0-1.el7_9.noarch
How reproducible:
every time
Steps to Reproduce:
1. yum Install 'nfs-utils' package to configure NFS server
2. Start nfs-server andf snable it
#systemctl enable nfs-server
#systemctl start nfs-server
3. Execute "leapp preupgrade"
4.It detects nfs mount even though no NFS mount is present.
~~~
cat /proc/mounts |grep nfs
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0 <<<<<--------------
~~~
And leapp detects NFSD as an NFS partition and shows below inhibitor
~~
Use of NFS detected. Upgrade can't proceed
~~
Actual results:
#leapp preupgrade shows below inhabitor even though there was no NFS mount present
~~
Risk Factor: high (inhibitor)
Title: Use of NFS detected. Upgrade can't proceed
Summary: NFS is currently not supported by the inplace upgrade.
We have found NFS usage at the following locations:
- Currently mounted NFS shares
Remediation: [hint] Disable NFS temporarily for the upgrade if possible.
Key: 9881b25faceeeaa7a6478bcdac29afd7f6baaaed
~~
Expected results:
Leapp should not show NFS inhabitor due to NFSD
Additional info:
================
Just to bring publicly the workaround for other interested people until we fix it:
# systemctl stop /proc/fs/nfsd
We will update documentation properly in the meantime as well.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (leapp and leapp-repository bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:7895