fix(vm): restore sandboxes after gateway restart#1407
Merged
Conversation
9de17f9 to
7d0c92d
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
dee2733 to
a7c22c4
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-1407.docs.buildwithfern.com/openshell |
TaylorMutch
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restore VM sandboxes when a standalone gateway restarts by persisting driver launch metadata and preserving the writable overlay disk.
Related Issue
N/A
Changes
vm_gateway_resume, gated by the newe2e-vmfeaturegateway_resumeundere2e-dockere2e-vmby default and document restart behaviorTesting
mise run pre-commitpassescargo test -p openshell-driver-vmcargo test --manifest-path e2e/rust/Cargo.toml --features e2e-docker --test gateway_resume -- --nocapturecargo test --manifest-path e2e/rust/Cargo.toml --features e2e-vm --test vm_gateway_resume -- --nocapturecargo test --manifest-path e2e/rust/Cargo.toml --features e2e-vm --test smoke --no-runbash -n e2e/rust/e2e-vm.shOPENSHELL_E2E_VM_TEST=vm_gateway_resume e2e/rust/e2e-vm.shnot run locally becausetarget/vm-runtime-compressedis absentChecklist