You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateVolumeRequest defines the following on the name field:
If `CreateVolume` fails, the volume may or may not
be provisioned. In this case, the CO may call `CreateVolume`
again, with the same name, to ensure the volume exists.
However, because of "Unable to provision in accessible_topology" or "Unsupported capacity_range" etc. the CO MUST not retry. We should reword this to say
In this case of error, the CO MUST handle the gRPC error codes per the recovery behavior defined in the "CreateVolume Errors" section below.
If `CreateVolume` fails, the volume may or may not be provisioned.
The CO is responsible for cleaning up orphaned volumes.
Unless otherwise prohibited by "CreateVolume Errors" the CO MAY call `CreateVolume` again, with the same name, to ensure the volume exists or call `DeleteVolume` to ensure it does not exist.
The text was updated successfully, but these errors were encountered:
CreateVolumeRequest
defines the following on thename
field:However, because of "Unable to provision in accessible_topology" or "Unsupported capacity_range" etc. the CO MUST not retry. We should reword this to say
The text was updated successfully, but these errors were encountered: