vSphere CSI migration fails for volumes with "The object or item referred to could not be found." #3082
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
One of our customers migrated from a version of k8s where CSI migration was not enabled to a version where CSI migration is enabled. Now bunch of those PVs are unusable with new version of k8s.
When I dug further, what I found is - syncer receives
vim.fault.NotFound
error for volume we are trying to register with CNS. So full error in syncer looks like:But - when I open vsan logs in vCenter, I see:
So although - vsan service thinks volume is already registered, later on volume is not found in its cache and hence
vim.Fault.NotFound
is returned to the client.This looks like similar to case we observed earlier - https://knowledge.broadcom.com/external/article?legacyId=91752
Is there a workaround we can use?
The text was updated successfully, but these errors were encountered: