Therefore, I shutdown my vm, upgraded to 3.2.0, reinstalled my vbox guest additions, and did some testing. I already had 1 snapshot from 24 hours ago. I then created an additional one. Then, I deleted that additional one just fine. However, when I went to delete the primary (first and only) snapshot left, it said that it coulndn't. So I thought maybe it had something to do with the fact that I had created that snapshot prior to upgrading to 3.2.0. So I shutdown the VM, manually deleted the snapshot, and then started the vm.New Online Snapshot Merging – Snapshots are powerful but can eat up disk space and need to be pruned from time to time. Historically, machines have needed to be turned off to delete or merge snapshots but with VirtualBox 3.2 this operation can be done whilst the machines are running. This allows sophisticated system management with minimal interruption of operations;
When the vm finished coming up, I took a new snapshot. Now I see that it can't be removed either. Is there a bug in that only "additional" snapshots can be removed live, but the first one that is taken cannot?
OSX1:~ usernamehere$ VBoxManage snapshot asterisk take test1
Oracle VM VirtualBox Command Line Management Interface Version 3.2.0
(C) 2005-2010 Oracle Corporation
All rights reserved.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
OSX1:~ usernamehere$ VBoxManage snapshot asterisk delete test1
Oracle VM VirtualBox Command Line Management Interface Version 3.2.0
(C) 2005-2010 Oracle Corporation
All rights reserved.
0%...FAILED
Error: snapshot operation failed. Error message: Snapshot 'test1' of the machine 'asterisk' cannot be deleted while a VM is running, as this case is not implemented yet. You can delete the snapshot when the VM is powered off
OSX1:~ usernamehere$