freenas-api-nfs seems to require minimum pvc of 1GiB?
See original GitHub issueWhen using the new freenas-api-nfs
driver trying to create a PVC of size 128Mi, I get an error that the minimum size is 1GiB. This did not seem to occur using the older driver with SSH.
pvc.yaml
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-homer
namespace: default
spec:
accessModes:
- ReadWriteOnce
storageClassName: "csi-truenas-nfs"
resources:
requests:
storage: 128Mi
Excerpt from kubectl describe pvc
:
Warning ProvisioningFailed 104s (x8 over 3m50s) org.democratic-csi.truenas-nfs_k-work-03_31cd949d-72c8-43f3-aac0-cb7da97eb4a5 failed to provision volume with StorageClass "csi-truenas-nfs": rpc error: code = Internal desc = Error: {"pool_dataset_update.refquota":[{"message":"Should be greater or equal than 1073741824 or Should be 0","errno":22}]}
Issue Analytics
- State:
- Created 2 years ago
- Comments:19 (11 by maintainers)
Top Results From Across the Web
(cli): `--notification-arns` not validated - Aws/Aws-Cdk - IssueHint
freenas-api-nfs seems to require minimum pvc of 1GiB ? 19, 2021-09-07, 2022-10-20 ; Unbind metrics that are no longer relevant, 2, 2021-02-09, 2022-10-05....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the follow up, and sorry for double-barrel-ing the issue
It is a new limitation actually. I asked about it but never got an answer. Let me ask again.