@@ -102,10 +102,10 @@ var CapabilitiesByProvisionerKey = map[string][]StorageCapabilities{
102102 // IBM VPC Block CSI
103103 "vpc.block.csi.ibm.io" : {{rwo , block }, {rwo , file }},
104104 // IBM VPC File CSI
105- "vpc.file.csi.ibm.io" : {{rwx , file }, {rwo , file }},
106- "vpc.file.csi.ibm.io/dp2" : {{rwx , file }, {rwo , file }},
105+ "vpc.file.csi.ibm.io" : {{rwx , file }, {rwo , file }},
106+ "vpc.file.csi.ibm.io/dp2" : {{rwx , file }, {rwo , file }},
107107 "vpc.file.csi.ibm.io/dp2-rwo" : {{rwo , file }},
108- "vpc.file.csi.ibm.io/rfs" : {{rwx , file }, {rwo , file }},
108+ "vpc.file.csi.ibm.io/rfs" : {{rwx , file }, {rwo , file }},
109109 "vpc.file.csi.ibm.io/rfs-rwo" : {{rwo , file }},
110110 // Portworx in-tree CSI
111111 "kubernetes.io/portworx-volume/nfs" : {{rwx , file }, {rwo , file }},
@@ -226,9 +226,11 @@ var MinimumSupportedPVCSizeByProvisionerKey = map[string]string{
226226 "csi.san.synology.com/smb" : "1Gi" ,
227227 // https://cloud.google.com/netapp/volumes/docs/discover/service-levels
228228 "csi.trident.netapp.io/gcnv-flex" : "1Gi" ,
229- // IBM VPC File Storage - RFS profile has fixed minimum
229+ // IBM VPC File Storage
230230 "vpc.file.csi.ibm.io/rfs" : "1Gi" ,
231231 "vpc.file.csi.ibm.io/rfs-rwo" : "1Gi" ,
232+ "vpc.file.csi.ibm.io/dp2" : "10Gi" ,
233+ "vpc.file.csi.ibm.io/dp2-rwo" : "10Gi" ,
232234}
233235
234236// UseReadWriteOnceForDataImportCronByProvisionerKey is a hash of provisioners which require RWO access mode for DataImportCron PVCs
0 commit comments