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

add generic and improved NFS support with initial support for both FreeBSD and Linux #15906

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

VVelox
Copy link
Contributor

@VVelox VVelox commented Mar 23, 2024

Combines server and client stuff into one for NFS. Handles v3 and various v4 versions. Also provides info on mount points and what has mounted it.

DO NOT DELETE THE UNDERLYING TEXT

Please note

Please read this information carefully. You can run ./lnms dev:check to check your code before submitting.

  • Have you followed our code guidelines?
  • If my Pull Request does some changes/fixes/enhancements in the WebUI, I have inserted a screenshot of it.
  • If my Pull Request makes discovery/polling/yaml changes, I have added/updated test data.

Testers

If you would like to test this pull request then please run: ./scripts/github-apply <pr_id>, i.e ./scripts/github-apply 5926
After you are done testing, you can remove the changes with ./scripts/github-remove. If there are schema changes, you can ask on discord how to revert.

@VVelox VVelox marked this pull request as draft March 24, 2024 08:28
@VVelox
Copy link
Contributor Author

VVelox commented Mar 24, 2024

Converting to draft. Was just converting a few systems to NFS4 and found that a few of those variables should be gauges.

@VVelox VVelox marked this pull request as ready for review March 24, 2024 10:33
@VVelox
Copy link
Contributor Author

VVelox commented Mar 24, 2024

Did a bit more testing and made the mounted by for server stuff dependent on actually having info for it given it does not work with nfsv4 as there is no showmount -a equivalent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants