Skip to content

NFSv3 Mounts fail unless the --nolock mount option is specified #61

@hughdanliu

Description

@hughdanliu

/kind bug

What happened?
I attempted to mount an FSx for OpenZFS file system on an application pod using NFSv3 and received this error:

Output: mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: mounting ___ failed, reason given by server: No such file or directory

Even though the rpc-statd service was running on the node.
What you expected to happen?
NFSv3 mounts succeed without needing to provide the nolock mount option.

How to reproduce it (as minimally and precisely as possible)?
Attempt to mount a file system using NFSv3

Anything else we need to know?:
Nope

Environment

  • Kubernetes version (use kubectl version): 1.24
  • Driver version: v1.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions