Changes

Jump to: navigation, search

stoney conductor: VM Backup

0 bytes added, 13:06, 23 October 2013
/* Control instance Daemon Interaction for restoring a Backup with LDIF Examples */
</pre>
==== Step 0709: Start the restore process (Control instance daemon) ====
Since we now have all necessary files in the configured retain location, the restore process can be started. There we simply copy the disk images back to their original location and restore the VM from the state file (which is also at the configured retain location)
</pre>
==== Step 0810: Starting the restore process (Provisioning-Backup-KVM daemon) ====
As soon as the Provisioning-Backup-KVM daemon receives the restore command, it sets the '''sstProvisioningMode''' to '''restoring''' to tell the Control instance daemon and other interested parties, that it is restoring the virtual machine or virtual machine template.
<pre>
</pre>
==== Step 0911: Finalizing the restore process (Provisioning-Backup-KVM daemon) ====
As soon as the Provisioning-Backup-KVM daemon has executed the restore command, it sets the '''sstProvisioningMode''' to '''restored''', the '''sstProvisioningState''' to the current timestamp (UTC) and '''sstProvisioningReturnValue''' to zero to tell the Control instance daemon and other interested parties, that the restore process is finished.
<pre>
</pre>
==== Step 1012: Finalizing the restore process (Control instance daemon) ====
As soon as the Control instance daemon notices, that the attribute '''sstProvisioningMode''' ist set to '''restored''', it sets the '''sstProvisioningMode''' to '''finished''' and the '''sstProvisioningState''' to the current timestamp (UTC). All interested parties now know, that the restore process is finished.
<pre>
486
edits