From 612a5a5df48100ac0bdf89f6c50246268e98987f Mon Sep 17 00:00:00 2001 From: Nathan Wang Date: Fri, 17 Jan 2025 17:03:59 -0500 Subject: [PATCH] rename to enable_snapshots --- modal_proto/api.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modal_proto/api.proto b/modal_proto/api.proto index 0d80d8e6c..35bcb423a 100644 --- a/modal_proto/api.proto +++ b/modal_proto/api.proto @@ -2228,8 +2228,9 @@ message Sandbox { optional string proxy_id = 23; - // Enable memory snapshots. - bool enable_memory_snapshot = 24; + // Enable snapshotting the sandbox (both memory and filesystem). + // This doesn't need to be enabled to save the filesystem as an image (i.e. a filesystem-only snapshot). + bool enable_snapshot = 24; // Used to pin gVisor version for memory-snapshottable sandboxes. // This field is set by the server, not the client.