-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Can PVC show used/available size? #42465
Comments
@kubernetes/sig-storage-feature-requests |
I plan to work on this feature, assign to myself. |
does the capacity work well ? when the volume size more than the capacity, there is nothing happened, why? |
@killy001, Similarly, dynamic provisioning works typically in bigger chunks. So if user asks for 0.5GiB in a PVC, he will get 1 GiB PV because that's the smallest one that AWS can provision. There is nothing wrong about it. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/remove-lifecycle stale |
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. |
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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/reopen |
@codependent: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This would be really useful. |
@jsafrane I know what you said, but i am wondering when user actually used more than the binded pv capacity,what will happened? |
It's up to storage driver to decide. In case of a block volume, |
this feature is needed .. !!!! |
this is a much required feature! |
Is there a way to get that information programmatically using the metrics api? |
well it depend on the provisioner I think a DaemonSet replicaset, can have access to the mounted paths on each node, and simple check the size using a Linux utility like DH, then map them to the PVs.. |
This is a FEATURE REQUEST.
Now persistent volume/persistent volume claims can display capacity. However, I am wondering if PVC can display how much of the capacity is used, and how much is left.
The text was updated successfully, but these errors were encountered: