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

NFS lease period not implemented #22

Open
Peter-JanGootzen opened this issue Dec 17, 2022 · 0 comments
Open

NFS lease period not implemented #22

Peter-JanGootzen opened this issue Dec 17, 2022 · 0 comments
Labels
bug Something isn't working virtionfs

Comments

@Peter-JanGootzen
Copy link
Contributor

Peter-JanGootzen commented Dec 17, 2022

In NFS the filehandle returned by OPEN is only valid for the lease period (attribute lease_time which is in seconds). Currently no consideration of this is made, thus after the lease period has ended we start erroring.
https://www.rfc-editor.org/rfc/rfc5661#section-5.8.1.11

It is likely that this is causing the 10025 (NFS4ERR_BAD_STATEID) and 10020 (NFS4ERR_NOFILEHANDLE) NFS errors that occur some time during the workloads.

@Peter-JanGootzen Peter-JanGootzen added bug Something isn't working virtionfs labels Dec 17, 2022
@Peter-JanGootzen Peter-JanGootzen changed the title NFS lease period lease_time not implemented NFS lease period not implemented Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working virtionfs
Projects
None yet
Development

No branches or pull requests

1 participant