This message was deleted.
# harvester
a
This message was deleted.
a
@salmon-city-57654 Could you update? thanks.
s
@brainy-kilobyte-33711, how did you upgrade the harvester csi driver? I thought both rancher/rke2 side did not release with this version
I have tested with v1.3.2 cluster, but I am not sure about the v1.3.0. or could you get the harvester csi driver log for me?
b
I grabbed it from the helm chart and did an upgrade https://github.com/harvester/charts/releases/tag/harvester-csi-driver-0.1.20 Existing volumes continue to work but new volumes never provisioned. The only logs from the csi driver was
Copy code
I0404 13:29:37.596394       1 controller.go:291] Started PVC processing "default/my-pvc"
W0404 13:29:37.596410       1 controller.go:318] PV "" bound to PVC default/my-pvc not found
and then nothing. I could not find any error logs in any pod harvester or rke2 related to the failed PVC. Albeit there are hundreds so likely could have missed it! Reinstalling https://github.com/harvester/charts/releases/tag/harvester-csi-driver-0.1.17 fixed it and the PVC provisioned.
s
hmm, looks somehow the corresponding volume is not created
could you get the full logs of harvester csi driver and the support bundle of the host cluster for me?
b
Unfortunately not and probably won't be able to revert again as our "change window" has passed for the env for me to test again. I imagine we will upgrade the cluster to 1.4.0 before trying this again
s
OK, feel free to update this thread, I would like to check.
b
Ah I had missed the updated permissions that are listed in "RWX Support Test Plan" https://github.com/harvester/harvester-csi-driver/pull/43 After updating the cluster role it's working fine
s
Hi @brainy-kilobyte-33711, Thanks for the update. That’s a good news 😄