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
The Storage Policy exists, I checked with govc and the UI. If it didn't there'd be other errors.
The same setup works with other clusters on other vcenter instances.
What you expected to happen:
Creation of PVC
How to reproduce it (as minimally and precisely as possible):
Initially I opened this because I thought it was a bug. I found out that the user was lacking the correct rights. Upon adding them it solved the issue.
Nevertheless, the logs where misleading. A INFO entry suggesting that the user doesnt have permission would ease debugging by quite a bit
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
On creating a new PVC the vpshere CSI Controller throws these errors:
The Storage Policy exists, I checked with govc and the UI. If it didn't there'd be other errors.
The same setup works with other clusters on other vcenter instances.
What you expected to happen:
Creation of PVC
How to reproduce it (as minimally and precisely as possible):
Not sure, I just created the PVC.
Anything else we need to know?:
I believe this error
Request missing value for required parameter 'profileIds' to method 'PbmRetrieveContent'
stems from this govomi method: https://github.com/vmware/govmomi/blob/8f7d2338c687642c7eb7dfe17ee7b2e26d809fd3/pbm/client.go#L212used here by the controller: https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/pkg/common/cns-lib/vsphere
/pbm.go#L92
Environment:
uname -a
): Linux 6.1.0-27-amd64 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: