Open
Description
message CreateVolumeRequest {
// This field is OPTIONAL. This allows the CO to specify the capacity
// requirement of the volume to be provisioned. If not specified, the
// Plugin MAY choose an implementation-defined capacity range. If
// specified it MUST always be honored, even when creating volumes
// from a source; which MAY force some backends to internally extend
// the volume after creating it.
CapacityRange capacity_range = 2;
Based on description, I suppose that Plugin MAY NOT choose an implementation-defined capacity, and in such case while handling CreateVolumeRequest
having empty capacity_range
Plugin MUST fail.
If my understanding is correct shall we update CreateVolume Errors
table?
Metadata
Metadata
Assignees
Labels
No labels