-
Bug
-
Resolution: Won't Do
-
Undefined
-
None
-
4.13.z
-
None
-
Moderate
-
None
-
False
-
Description of problem:
Customer is running OCP 4.13 with static provision PV in vSphere7.0U3, after CSI migration, no PVs can be mount
Version-Release number of selected component (if applicable):
OCP: 4.13 vSphere: 7.0u3
How reproducible:
Steps to Reproduce:
1. In OCP 4.13 2.oc patch storage cluster --type=merge -p '{"spec":{"vsphereStorageDriver":"CSIWithMigrationDriver"}}'
Actual results:
PV cannot be mounted
Expected results:
PV can be mounted
Additional info:
Because of their company policy, they are not allowed to grant all priviledges to their vcenter account, hence we found some missing priviledges, however they are using static provision PV and have already followed the `[minimum priviledge list for storage component|https://docs.openshift.com/container-platform/4.15/installing/installing_vsphere/upi/upi-vsphere-installation-reqs.html#installation-minimum-resource-requirements_upi-vsphere-installation-reqs]`, which means their vmware team will create vmdk and share the path to the OCP team, and the OCP team create the PV manually, it works smooth since 4.6 until they enable the CSI migration. We try to check the log of vsphere, but could not find any useful information, hence would like to seek the project team help to check if it is bug or what they could do to fix the issue, thank you