-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[BUG] flock doesn't work with NFS #1979
Copy link
Copy link
Closed
Labels
meta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/medium
Metadata
Metadata
Assignees
Labels
meta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainersmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activitypriority/medium
Bug Report
Context
Several scripts use

flockto lock various files and "prevent race conditionsWhat is affected by this bug?
Ability to use NFS (and EFS)
When does this occur?
./setup.sh commands that use the binaries that use flock
How do we replicate the issue?
Mount NFS4.1 and use it to store the configs.
Behavior
FSTAB:
XXX:/ /mnt/efs-us-west-2 nfs4 nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport 0 0