Opened 15 years ago
Closed 12 years ago
#5958 closed enhancement (fixed)
[feature-request] Snapshots optimization: Do not merge if not necessary
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 3.1.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
If I create several snapshots, then delete previous one, there is no need to merge.
like this: (both snapshots are offline, not Live)
+-snapshot01 |
Then I decided to delete snapshot01. Currently it tries to merge it with snapshot02, which takes time, but in reality in such cases it is much better to discard snapshot02 differencing VDI, and use differencing VDI of snapshot01 for snapshot02.
-Technologov, 11.01.2010
Change History (1)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is kind of implemented in the latest VirtualBox release. VBox determines the merge direction based on the size of the images to be merged. Your case should be really fast now. Closing as fixed for now.