Skip to content

Commit 5fab952

Browse files
roypatManciukic
authored andcommitted
doc: move diff snapshot dev preview warning
Move the dev preview warning to the "creating snapshots" section, as that's where diff snapshots are mentioned. Also fix the markdown rendering (needs `>` at the beginning of each line so that GitHub renders it as a proper warning). Signed-off-by: Patrick Roy <[email protected]>
1 parent 213a6d2 commit 5fab952

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)