Feature #4075
implement snapshot_flatten for VM disk snapshots
| Status: | Pending | Start date: | 10/21/2015 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Core & System | |||
| Target version: | - | |||
| Resolution: | Pull request: |
Description
Currently it is implemented only for persistent snapshots.
The procedure to flatten should be
check
if the current disk is NOT based on the selected snapshot to flatten to; then
shutdown VM if RUNNING
revert/rebase to snapshot
boot VM if was RUNNING
fi
flatten/rebase/delete all other snapshots and delete them from the DB