Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

0.7.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kmova kmova released this 27 Aug 13:56
· 42 commits to release since this release
 Create volume only when volume read returns 404.  (#62)

A volume create call to m-apiserver should be made when it is ascertained that no volume with the same name exists.
If server returns not found then provisioner should request to create volume.
If server returned some other error during initial read call then create call should not be made at all.

Signed-off-by: Prince Rachit Sinha <[email protected]>