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

Fail when the live snapshot can not be done

(cherry picked from commit ace8f04e34b2a8f4b31739b15a3ffa156f50101e)
This commit is contained in:
Javi Fontan 2015-11-13 15:59:21 +01:00
parent 3549124437
commit 800dd72374

View File

@ -917,8 +917,7 @@ class ExecDriver < VirtualMachineDriver
{
:driver => :tm,
:action => :tm_snap_create_live,
:parameters => tm_command_split,
:no_fail => true
:parameters => tm_command_split
}
]