Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Close #105
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 22 Jan 2018 10:09:30 +0000 (11:09 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 22 Jan 2018 10:09:30 +0000 (11:09 +0100)
When a VM is shutdown, a signal is triggered which is captured in the VM
live migration plugin. If the VM was currently migrating, it kills the
RX and TX actors and the actor that was used to call sg_vm_migrate in
an asynchronous way. Smart pointers on these three actors are stored
in a new extension of the VM which is created when started a migration.

A test for this feature has been added in
teshsuite/s4u/cloud-interrupt-migration which corresponds to the
scenario described in the issue


No differences found