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:
parent
cdf780e406
commit
bf7aab9a16
@ -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
0
src/vmm_mad/remotes/vmware/snapshot_create
Normal file → Executable file
0
src/vmm_mad/remotes/vmware/snapshot_revert
Normal file → Executable file
0
src/vmm_mad/remotes/vmware/snapshot_revert
Normal file → Executable file
0
src/vmm_mad/remotes/xen/snapshot_create
Normal file → Executable file
0
src/vmm_mad/remotes/xen/snapshot_create
Normal file → Executable file
0
src/vmm_mad/remotes/xen/snapshot_revert
Normal file → Executable file
0
src/vmm_mad/remotes/xen/snapshot_revert
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user