container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Total capacity per node #283

Open gnufied opened 5 years ago

gnufied commented 5 years ago

Many volume types in addition to max attachable limits also has restriction on total capacity of volumes (of same type) that can be attached to node.

I propose that we enhance the spec to support max_capacity_per_node which will report total capacity of volumes that can be attached to a node.