container-storage-interface / spec

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

createvolume with no space on storage #485

Open ArbelNathan opened 3 years ago

ArbelNathan commented 3 years ago

In case of creating a volume on storage and some kind of no space error returns, what is the appropriate grpc code that shode be returned?

there is RESOURCE_EXHAUSTED in the method error list but it indicates that it's Unable to provision in accessible_topology, what if we are not supporting topology?