libopenstorage/stork

Add API in stork volume driver to cancel groupsnapshots

harsh-px opened this issue · 0 comments

What happened:

Currently the portworx volume driver deletes/cancels triggered group snapshot if one of them has failed. This is done in the status API. Status() APIs should be read-only, they shouldn't modify any state.

What you expected to happen:

We should add an API to the volume driver interface to cancel group snapthots that should be called from the controller in that case.