-
Notifications
You must be signed in to change notification settings - Fork 308
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
Creating snapshot before app startup can hang #5849
Comments
#5846 might be related |
The error appears to originate here: rancher-desktop/src/go/rdctl/cmd/snapshot.go Lines 84 to 99 in a20d560
What seems to be happening is that the Line 104 in a20d560
|
We might want to consider modifying the |
Upon discussion, @jandubois to coordinate with @rak-phillip on updating both rdctl and the UI to fix this. |
Actual Behavior
If a snapshot is created, and then the app is started during the snapshot creation process, this can break the snapshot process.
Steps to Reproduce
rdctl factory-reset
rdctl snapshot create abc
Result
The
rdctl
process handling the snapshot exits with:The UI still has the modal dialog (and it never goes away).
Expected Behavior
The snapshot should (eventually) complete, and Rancher Desktop should be interactive.
Additional Information
Test case RD-178: Create/restore snapshot when app is not running
This also happens if the operation is
rdctl snapshot restore
instead ofcreate
.Rancher Desktop Version
1.10.0-566-g9034e36d (1.11 RC1)
Rancher Desktop K8s Version
N/A
Which container engine are you using?
containerd (nerdctl)
What operating system are you using?
Windows
Operating System / Build Version
Windows 11 Pro 22H2 (Build 22621.2428)
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No response
The text was updated successfully, but these errors were encountered: