mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
F #~: fix memory_dumps configuration (#1027)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
This commit is contained in:
parent
c23c0ee26b
commit
a37ab86047
@ -3032,7 +3032,7 @@ module VCenterDriver
|
||||
# Create a snapshot for the VM
|
||||
def create_snapshot(snap_id, snap_name)
|
||||
memory_dumps = true
|
||||
memory_dumps = CONFIG[:memory_dumps] if CONFIG[:memory_dumps]
|
||||
memory_dumps = CONFIG[:memory_dumps] unless CONFIG[:memory_dumps].nil?
|
||||
|
||||
snapshot_hash = {
|
||||
:name => snap_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user