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

Support NFSv4 only environment #617

Merged
merged 4 commits into from
Sep 25, 2023

Commits on Jul 19, 2023

  1. Support NFSv4 only environment

    NFSv4 only environments don't support `rpcinfo`
    and `showmount` calls as they're missing NFSv3
    services.
    
    When `rpcinfo` or `showmount` fails, try to mount
    NFSv4 pseudo FS '/' to add '4' to supported NFS versions
    and run `ls` on the mounted pseudo FS to offer the first
    folder level of exports.
    
    See: xapi-project#551
    And: xcp-ng/xcp#135
    
    Signed-off-by: BenjiReis <[email protected]>
    benjamreis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    410853d View commit details
    Browse the repository at this point in the history
  2. rebase me: split methods for NFS3+/NFS4 only

    Signed-off-by: BenjiReis <[email protected]>
    benjamreis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    df5b892 View commit details
    Browse the repository at this point in the history
  3. rebaseme: fix typos and coding style

    Signed-off-by: BenjiReis <[email protected]>
    benjamreis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    332cc68 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. rebaseme: noramlize naming

    Signed-off-by: BenjiReis <[email protected]>
    benjamreis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7b86cb3 View commit details
    Browse the repository at this point in the history