1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #1224: Fix bug in LCM method snapshot_revert_success

This commit is contained in:
Jaime Melis 2013-02-21 15:04:26 +01:00
parent cdf780e406
commit bf7aab9a16
5 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@ void LifeCycleManager::snapshot_create_failure(int vid)
if ( vm->get_lcm_state() == VirtualMachine::HOTPLUG )
{
vm->delete_active_snapshot();
vm->clear_active_snapshot();
vm->set_state(VirtualMachine::RUNNING);

0
src/vmm_mad/remotes/vmware/snapshot_create Normal file → Executable file
View File

0
src/vmm_mad/remotes/vmware/snapshot_revert Normal file → Executable file
View File

0
src/vmm_mad/remotes/xen/snapshot_create Normal file → Executable file
View File

0
src/vmm_mad/remotes/xen/snapshot_revert Normal file → Executable file
View File