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

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

This commit is contained in:
Pavel Czerný 2023-12-10 11:29:29 +01:00 committed by GitHub
parent 637b432c1b
commit 9563cdd339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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