-
Notifications
You must be signed in to change notification settings - Fork 15
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
[BUG]: When VolumeGroup Snapshot ReadyToUse, the VolumeSnapshot don't have Status #68
Comments
please retest with VG image 0.3.0 , seems related to issue reported in #67 |
I still saw this issue in 0.3.0 VolumeGroup Snapshotter. |
Hi @phuongatemc -- can you give us access to the cluster with the issue? Also, could you give us:
|
I think this may be a timing issue because if I created the VolumeGroup Snapshot manually using kubectl commands, I've never seen this issue. I only saw this issue when I used golang code to fetch the VolumeSnapshots after they are created in the VolumeGroup Snapshot (Status.ReadyToUse == true). And even with golang code, it is intermittent. |
talked to customer , suggest wait for volumesnapshot status to be updated , it may take a little time because external-snapshotter is responsible for updating status . if this is indeed the fix please confirm |
I have implemented in my controller code to validate VolumeSnapshot and VolumeSnapshotContent and retry if they are not ready as discussed with Jai Kumar. So far I couldn't see the problem again. |
created story action item to fix this in vgs controller. |
Marking this as closed per the above comment. |
This issue was fixed as part of dell/csi-volumegroup-snapshotter#14. |
When VolumeGroup Snapshot Ready, the VolumeSnapshot don't have Status
Steps to reproduce the behavior:
VG Snapshot's Status: {
"snapshotGroupID": "217b52c106138b0f-c56b7d7100000003",
"snapshotGroupName": "volumegroup1-102021-184622",
"snapshots": "volumegroup1-102021-184622-0-pvol0,volumegroup1-102021-184622-1-pvol1,volumegroup1-102021-184622-2-pvol2",
"creationTime": "2021-10-20T18:45:25Z",
"readyToUse": true,
"status": "Complete"
}
...
Missing Status of volumesnapshot 'volumegroup1-102021-184622-2-pvol2' in ns 'helmtest-vxflexos'.
The text was updated successfully, but these errors were encountered: