-
Notifications
You must be signed in to change notification settings - Fork 606
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] VolumeSnapshot keeps in a non-ready state even related LH snapshot and backup are ready #8618
Comments
@ejweber @PhanLe1010 Can you help check if it is a valid issue? We are waiting for the analysis first before releasing v1.6.2. |
The analysis is mostly in harvester/harvester#5841. There we describe why the failure occurs in the Harvester reproduce. The most important thing in the Harvester case is to avoid it happening in the first place, as unnecessary volume faulting, etc. is never good. Here we can investigate the theory that the upstream kubernetes-csi/external-snapshotter#953 prevents us from getting stuck permanently. This is a fairly reliable reproduce:
I was able to get stuck (seemingly) permanently in a way similar to Now, do the same as the above, except use csi-snapshotter I was able to hit a backup issue temporarily three out of five times. However, csi-snapshotter rereconciled the VolumeSnapshotContents periodically until it detected (and recorded)
|
Agree that this is not a Longhorn issue. Let's close this ticket and track it on the Harvester ticket. WDYT? @ejweber @derekbit @WebberHuang1118 |
By the way, we did not backport csi-snapshotter
I agree. |
Closing. Feel to reopen if there is additional concern |
Describe the bug
volumesnapshot keeps in a non-ready state even related LH snapshot and backup are ready
To Reproduce
Steps to reproduce the behavior:
Create a custom storage class custom
Create 3 VMs with different volume setup
vm-1 (Only 1 rootdisk)
vm-2-default (1 rootdisk + 1 extra volume using default SC)
vm-2-custom (1 rootdisk + 1 extra volume using custom SC)
Take backup on 3 VMs
Stop 3 VMs
Take backup on 3 VMs
backup may fail
Expected behavior
Expected behavior
Can backup VM both when
Running
andOff
Support bundle for troubleshooting
supportbundle_off-extra-disk_2nodes.zip
Environment
v1.2.2
Auto
Additional context
Some investigation: harvester/harvester#5841 (comment)
The text was updated successfully, but these errors were encountered: