File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ workload at that particular point in time.
4242The Firecracker snapshot feature is supported on all CPU micro-architectures
4343listed in [ README] ( ../../README.md#supported-platforms ) .
4444
45- [ !WARNING]
46-
47- Diff snapshot support is in developer preview. See
48- [ this section] ( #developer-preview-status ) for more info.
49-
5045### Overview
5146
5247A Firecracker microVM snapshot can be used for loading it later in a different
@@ -204,6 +199,11 @@ the microVM in the `Paused` state. **Effects**:
204199
205200### Creating snapshots
206201
202+ > [ !WARNING]
203+ >
204+ > Diff snapshot support is in developer preview. See
205+ > [ this section] ( #developer-preview-status ) for more info.
206+
207207Now that the microVM is paused, you can create a snapshot, which can be either a
208208` full ` one or a ` diff ` one. Full snapshots always create a complete, resume-able
209209snapshot of the current microVM state and memory. Diff snapshots save at least
You can’t perform that action at this time.
0 commit comments