Opened 12 years ago
Closed 11 years ago
#11343 closed defect (fixed)
Unnecessary merging when deleting Snapshot with unchanged Current State
Reported by: | maddes_b | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 4.2.6 |
Keywords: | delete snapshot merge | Cc: | |
Guest type: | other | Host type: | Windows |
Description
When deleting a fixed Snapshot without modifications (=Current State is unchanged) and no depending Snapshots, then VirtualBox merges the Snapshot into the unchanged Current State. This is wasting time (minutes). (see screenshots)
Instead VirtualBox should remove the unchanged Current State snapshot and reuse the Snapshot as Current state. Of course this is only possible if there are a) no other fixed Snapshots depending on it and b) no changed Current State for it.
Attachments (3)
Change History (4)
by , 12 years ago
Attachment: | vb426_delting_snapshot_unnecessary_merge_01.jpg added |
---|
by , 12 years ago
Attachment: | vb426_delting_snapshot_unnecessary_merge_02.jpg added |
---|
by , 12 years ago
Attachment: | vb426_delting_snapshot_unnecessary_merge_03.jpg added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is implemented in a recent VirtualBox release. The merge direction is based on the involved diff images. So your case should be faster now, closing.