container-storage-interface / spec

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

Change SnapshotStatus enum to a boolean #307

Closed xing-yang closed 5 years ago

xing-yang commented 5 years ago

This PR changes SnapshotStatus enum to a boolean is_ready_to_use and tries to use "processing" instead of "uploading" if possible to make it less specific.

fixes #302

xing-yang commented 5 years ago

Thanks @julian-hj .
@saad-ali @jdef Please take a look.