Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly detects NFS shares are mounted #115

Closed
brianjmurrell opened this issue Jun 28, 2024 · 3 comments
Closed

Incorrectly detects NFS shares are mounted #115

brianjmurrell opened this issue Jun 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@brianjmurrell
Copy link

Actual behavior
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 behavior
When no NFS shares are actually mounted (as you can see from the preupgrade log message above), there should be no inhibition.

System information (please complete the following information):

  • OS and version: AlmaLinux 8.10
  • Linux pvr.interlinx.bc.ca 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
leapp-0.14.0-1.el8_6.noarch
leapp-deps-0.14.0-1.el8_6.noarch
leapp-data-almalinux-0.2-7.el8.noarch
leapp-upgrade-el8toel9-deps-0.16.0-6.el8_6.elevate.20.noarch
leapp-upgrade-el8toel9-0.16.0-6.el8_6.elevate.20.noarch
python3-leapp-0.14.0-1.el8_6.noarch
@brianjmurrell brianjmurrell added the bug Something isn't working label Jun 28, 2024
@brianjmurrell brianjmurrell changed the title Incorrectly things NFS shares are mounted Incorrectly detects NFS shares are mounted Jun 28, 2024
@brianjmurrell
Copy link
Author

And the problem is here

# Check mount
for mount in storage.mount:
if mount.tp.startswith("nfs"):
nfs_found = True
details += "- Currently mounted NFS shares\n"
break

But this exact issue was reported upstream over 2 years ago! And it was fixed upstream over two years ago.

So why are we still hitting this using 2 year old code? This project has even released/tagged 0.19.0 so why are we still using 0.16.0?

@andrewlukoshko
Copy link
Member

@brianjmurrell 0.19.0 is in Testing now and expected to become stable in August.
You can use it to migrate now, it's well tested already.
https://wiki.almalinux.org/elevate/ELevate-testing-guide.html

@andrewlukoshko
Copy link
Member

0.19.0 is in stable now so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants