-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vSphere CSI migration fails for volumes with "The object or item referred to could not be found." #3082
Comments
cc @divyenpatel |
Another point is - in this case customer is on 8.0.3 version of vCenter. I thought this issue was fixed in 8.0.2. |
cc @xing-yang |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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: