Skip to content

Commit effc2d4

Browse files
authored
Merge branch 'main' into mmds_accept
2 parents 27ab7ab + 5fab952 commit effc2d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/snapshotting/snapshot-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ workload at that particular point in time.
4242
The Firecracker snapshot feature is supported on all CPU micro-architectures
4343
listed 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

5247
A 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+
207207
Now 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
209209
snapshot of the current microVM state and memory. Diff snapshots save at least

0 commit comments

Comments
 (0)