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
messageCreateVolumeRequest {
// 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.CapacityRangecapacity_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?