-
Notifications
You must be signed in to change notification settings - Fork 266
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
s3 snapshots do not show in the UI #3693
Comments
Rancher looks at the configmap
|
@thedadams Is that the correct location to look at, if so is this a backend issue? |
@richard-cox I believe it is an RKE2 issue. It seems RKE2 is responsible for populating the configmap. |
This is being worked on by the RKE2 team via rancher/rke2#1551, once they have a fix in place I will move this back over to test. |
I've tagged this as waiting for backend (we don't have a waiting for rke column/label) |
Yes, I am working with the RKE2 team via rancher/rke2#1551 as Jono mentioned. Once there is a fix/solution there then I'll post an update here. |
Will be fixed by rancher/rke2#1551 probably today or tomorrow depending on how things go. We know the nature of the issue now after troubleshooting/debugging. |
The linked issue above is now in "to test" with the resolved PR's merged and backported. |
Need rke2 rc first; will put this on pause until have that and 2.6 KDM points to the new RC. |
rancher/rancher#34088 is changing how s3 works so waiting on that now. |
So this was working and it's not again, but the nature of the issue seems to be different. The ConfigMap is indeed populated now but the snapshots don't show in the UI. Bit difficult to reproduce though -- I think this may be caused (but do not know why) by a failed snapshot restoration - local snapshots do not work now when attempt to restore. I think if this happens and one cluster gets stuck in Error state all other clusters won't list out their snapshots now even though they were successfully taken and show in the ConfigMap. Not quite sure if I should open a new bug or just re-use this one - the cause seems different now, but I technically can't close out this issue because snapshots don't show in the UI. hmm |
This appears to be working now. Restore does not work but that is a separate issue. My checks PASSED Reproduction Steps: Not required. Validation Environment: Rancher version: v2.6-head Downstream cluster type: rke2 Validation steps:
|
Rancher Server Setup
246fbd5fa
8/5/21 (single-node docker)Downstream cluster: rke2 provisioned by rancher, 3 etcd, 2 cp, 3 worker
Downstream k8s version: v1.21.3-rc3+rke2r2
Describe the bug
Inspect the s3 bucket - everything is there it looks like the snapshot was successful and I can retake snapshots and they will work and upload to my bucket.
Inspect the snapshots tab - none of the snapshots show.
Note: Refreshing the UI does not fix the issue. Cleaning browser cache and launching the UI again also does not fix.
Result
The UI does not show any of the (apparently) successfully-taken s3 snapshots.
Expected Result
The UI should show the s3 snapshots, just like it does for local snapshots.
Additional Info
Blocks testing/closure of rancher/rancher#32391
The text was updated successfully, but these errors were encountered: