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
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]>