Commit ef1332c6 by Czémán Arnold

vm: send ram size before suspend

parent 2185b5fb
Pipeline #166 passed with stage
in 0 seconds
......@@ -945,7 +945,8 @@ class SleepOperation(InstanceOperation):
._get_remote_args(**kwargs) +
[self.instance.mem_dump['datastore'].type,
self.instance.mem_dump['datastore'].path,
self.instance.mem_dump['filename']])
self.instance.mem_dump['filename'],
self.instance.ram_size])
@register_operation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment