container-storage-interface / spec

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

spec: ListVolumes, ListSnapshots consistency. #297

Closed jdef closed 5 years ago

jdef commented 5 years ago

ListVolumes and ListSnapshots are not guaranteed to provide the CO with a consistent, stable view across paged object lists. This change set clarifies this expectation for COs.

Fixes #48