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
// If specified, indicates that the volume is not empty and is
// pre-populated with data from the specified source.
// This field is OPTIONAL.
VolumeContentSource content_source = 4;
The sentence "This field is OPTIONAL" is confusing. It means this field is not required in CreateVolumeResponse in general, however, it is required for pre-populated volume.
Some CSI driver developers found it confusing after we introduced a check to make sure content_source is set for pre-populated volume (kubernetes-csi/external-provisioner#283).
This should be clarified in the CSI spec.
The text was updated successfully, but these errors were encountered:
In https://github.com/container-storage-interface/spec/blob/master/spec.md#createvolume, we have the following:
The sentence "This field is OPTIONAL" is confusing. It means this field is not required in CreateVolumeResponse in general, however, it is required for pre-populated volume.
Some CSI driver developers found it confusing after we introduced a check to make sure content_source is set for pre-populated volume (kubernetes-csi/external-provisioner#283).
This should be clarified in the CSI spec.
The text was updated successfully, but these errors were encountered: