Skip to content

Commit 703a53e

Browse files
committed
Add support for passing the disk/memory overlay maps as the OpenStack path via cloudlet_driver.py already composes the chunk-valid_bit tuples when it transmits the data.
1 parent 010435c commit 703a53e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compute/cloudlet_driver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,8 @@ def _handoff_launch_vm(self, libvirt_xml, base_diskpath, base_mempath,
868868
Cloudlet_Const.CLOUDLETFS_PATH, Cloudlet_Const.CHUNK_SIZE,
869869
base_diskpath, launch_disk_size, base_mempath, launch_memory_size,
870870
resumed_disk=launch_disk, disk_overlay_map=disk_overlay_map,
871-
resumed_memory=launch_memory, memory_overlay_map=memory_overlay_map
871+
resumed_memory=launch_memory, memory_overlay_map=memory_overlay_map,
872+
valid_bit=1
872873
)
873874
synthesized_vm = synthesis.SynthesizedVM(
874875
launch_disk, launch_memory, fuse,

0 commit comments

Comments
 (0)