generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
/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
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.