Skip to content

Commit c8eb16f

Browse files
committed
doc: remove rebase-snap instructions from documentation
The rebase-snap tool is deprecated and snapshot-editor should be used. Since the two ways of merging snapshot files are completely equivalent, let's remove the rebase-snap instructions and only keep the snapshot-editor ones, to avoid people using deprecated tools. Signed-off-by: Patrick Roy <[email protected]>
1 parent 6bd5caf commit c8eb16f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/snapshotting/snapshot-support.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,8 @@ call and the layer as a memory file created by a subsequent `/snapshot/create`
216216
API call. The order in which the snapshots were created matters and they should
217217
be merged in the same order in which they were created. To merge a `diff`
218218
snapshot memory file on top of a base, users should copy its content over the
219-
base. This can be done using the `rebase-snap` (deprecated) or `snapshot-editor`
220-
tools provided with the firecracker release:
221-
222-
`rebase-snap` (deprecated) example:
223-
224-
```bash
225-
rebase-snap --base-file path/to/base --diff-file path/to/layer
226-
```
227-
228-
`snapshot-editor` example:
219+
base. This can be done using the `snapshot-editor` tools provided with the
220+
firecracker release:
229221

230222
```bash
231223
snapshot-editor edit-memory rebase \

0 commit comments

Comments
 (0)