Skip to content

Missing capacity field in NodePublishVolumeRequest #583

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

Open
ne0h opened this issue Apr 7, 2025 · 1 comment
Open

Missing capacity field in NodePublishVolumeRequest #583

ne0h opened this issue Apr 7, 2025 · 1 comment

Comments

@ne0h
Copy link

ne0h commented Apr 7, 2025

Is your feature request related to a problem?/Why is this needed
NodePublishVolumeRequest does not have a field indicating the desired capacity of a request.
But the capacity would be quite helpful to expose local storage of the node.

Describe the solution you'd like in detail
Adding a new field CapacityRange capacity_range = 9; to NodePublishVolumeRequest.

Describe alternatives you've considered
It would be possible to look into another resource to read the capacity (Kubernetes persistent volume claims in my case). But that call would require additional permissions and additional calls.

Additional context
n/a

I could provide the required change :)

@jdef
Copy link
Member

jdef commented Apr 7, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants