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

B #6382: Fix snapshot revert action (#2863)

(cherry picked from commit 9563cdd339116763ec67b90415d5327d13703d80)
This commit is contained in:
Pavel Czerný 2023-12-10 11:29:29 +01:00 committed by Ruben S. Montero
parent 73e9bc721e
commit c6f82e4ecc
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -254,6 +254,7 @@ class VmmAction
@id,
host,
step[:action],
:script_name => step[:script_name],
:ssh_stream => ssh,
:respond => false,
:stdin => stdin,
@ -827,6 +828,7 @@ class ExecDriver < VirtualMachineDriver
{
:driver => :vmm,
:action => ACTION[:snapshot_revert],
:script_name => 'snapshot_revert',
:parameters => [:deploy_id, snapshot_name]
},
# Execute post-boot networking setup