Opened 12 years ago
Closed 11 years ago
#11487 closed defect (fixed)
Fail to delete snapshot on running machine.
Reported by: | a.ulasov | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 4.2.6 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Take a snapshot with
VBoxManage snapshot VMName take snapshot_name --pause
then delete snapshot with
VBoxManage snapshot VMName delete snapshot_name
result is
0%... Progress state: NS_ERROR_FAILURE VBoxManage: error: Snapshot operation failed VBoxManage: error: Failed to perform an online medium merge (VERR_INVALID_PARAMETER) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole VBoxManage: error: Context: "int handleSnapshot(HandlerArg*)" at line 431 of file VBoxManageSnapshot.cpp
Attachments (1)
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Please attach the VBox.log and also try to update to the latest VBox release to check whether this still happens.
by , 12 years ago
Relevant portion of Vbox.log when trying to delete the snapshot
comment:3 by , 11 years ago
I had the same problem (with 4.2.6), upgrading to 4.2.16 helped. Function 'DeletingSnapshotOnline' works now.
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have the exact same issue. When I run snapshot delete, I get: