-
Notifications
You must be signed in to change notification settings - Fork 1.6k
nfs provisioner validateOptions fails with 8.0EB available space #1298
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Can confirm, have experienced the same problem of incorrect available space check firing on line 348. It does allow to create 3gb pvc but fails on >4gb. Seems like available space is misreported.
|
Yes, need a fix like kubernetes/kubernetes#90907 to always compare using resource.Quantities types, never int/int64 |
Given that there is no enforcement of resource requests anyway, the workaround could be to set resources.requests.storage to whatever nonsense value helps to pass this check. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Thanks for reporting the issue! This repo is no longer being maintained and we are in the process of archiving this repo. Please see kubernetes/org#1563 for more details. If your issue relates to nfs provisioners, please create a new issue in https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner or https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner. Going to close this issue in order to archive this repo. Apologies for the churn and thanks for your patience! 🙏 |
Got this when provisioning a 10MB PVC from nfs-provisioner
E0316 22:21:18.077195 1 controller.go:908] error syncing claim "3fa09205-67d2-11ea-a112-020017027037": failed to provision volume with StorageClass "my-nfs": error validating options for volume: insufficient available space -9223372036854775808 bytes to satisfy claim for 10485760 bytes
The nfs provisioner storage class is created from an nfs share which is 8.0EB
The text was updated successfully, but these errors were encountered: