Skip to content

[integ-tests] Verify NFS v3 client mount has lockd pinned to port 4045#7477

Merged
hanwen-cluster merged 2 commits into
aws:developfrom
hanwen-cluster:developjun22
Jul 7, 2026
Merged

[integ-tests] Verify NFS v3 client mount has lockd pinned to port 4045#7477
hanwen-cluster merged 2 commits into
aws:developfrom
hanwen-cluster:developjun22

Conversation

@hanwen-cluster

@hanwen-cluster hanwen-cluster commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description of changes

Among our integration tests, only FSx Ontap supports v3 mount. Therefore, the check is added to the end of test_multiple_fsx. The check mounts FSx Ontap again with v3, and checks lockd register port 4045 in rpcbind.

This commit also allows 4045 port in the security group of the FSx Ontap, because v3 mount also requires lockd port on the server, which is defined as 4045 in Ontap too

Tests

The following tests have passed:

test-suites:
  storage:
    test_ebs.py::test_ebs_single:
      dimensions:
        - regions: ["us-east-1"]
          instances: ["m6g.xlarge"]
          oss: ["alinux2023", "ubuntu2204", "ubuntu2404", "rhel8", "rocky8", "rocky9", "rhel9"]
          schedulers: ["slurm"]
    test_fsx_lustre.py::test_multiple_fsx:
      dimensions:
        - regions: ["eu-west-2"]
          instances: ["m6g.xlarge"]
          oss: ["alinux2023", "ubuntu2204", "ubuntu2404", "rhel8", "rocky8", "rocky9", "rhel9"]
          schedulers: ["slurm"]

References

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hanwen-cluster hanwen-cluster requested review from a team as code owners July 7, 2026 20:27
@hanwen-cluster hanwen-cluster force-pushed the developjun22 branch 3 times, most recently from 6c4ea3c to 91c905e Compare July 7, 2026 20:41
Among our integration tests, only FSx Ontap supports v3 mount. Therefore, the check is added to the end of test_multiple_fsx. The check mounts FSx Ontap again with v3, and checks lockd register port 4045 in rpcbind.

This commit also allows 4045 port in the security group of the FSx Ontap, because v3 mount also requires lockd port on the server, which is defined as 4045 in Ontap too
@hanwen-cluster hanwen-cluster enabled auto-merge (rebase) July 7, 2026 21:56
@hanwen-cluster hanwen-cluster merged commit ecaccd4 into aws:develop Jul 7, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants