diff --git a/docs/en-US/update-iso-vm.xml b/docs/en-US/update-iso-vm.xml new file mode 100644 index 00000000000..8aa9b25e7e2 --- /dev/null +++ b/docs/en-US/update-iso-vm.xml @@ -0,0 +1,41 @@ + + +%BOOK_ENTITIES; +]> + + +
+ + Changing a VM's Base Image + Every VM is created from a base image, which is a template or ISO which has been + created and stored in &PRODUCT;. Both cloud administrators and end users can create and + modify templates, ISOs, and VMs. + In &PRODUCT;, you can change an + existing VM's base image. For example, suppose there is a template based + on a particular operating system, and the OS vendor releases a software patch. The + administrator or user naturally wants to apply the patch and then make sure existing VMs + start using it. Whether a software update is involved or not, it's also possible to simply + switch a VM from its current template to any other desired template. + To change a VM's base image, call the restoreVirtualMachine API command and pass in the virtual machine + ID and a new template ID. The template ID parameter may refer to either a template or an + ISO. When this call occurs, the VM's root disk is first destroyed, then a new root disk is + created from the source designated in the template ID parameter. The new root disk is + attached to the VM, and now the VM is based on the new template. +
\ No newline at end of file diff --git a/docs/en-US/working-with-iso.xml b/docs/en-US/working-with-iso.xml index 03e18ee3535..9872106ceec 100644 --- a/docs/en-US/working-with-iso.xml +++ b/docs/en-US/working-with-iso.xml @@ -29,4 +29,5 @@ ISO images may be stored in the system and made available with a privacy level similar to templates. ISO images are classified as either bootable or not bootable. A bootable ISO image is one that contains an OS image. &PRODUCT; allows a user to boot a guest VM off of an ISO image. Users can also attach ISO images to guest VMs. For example, this enables installing PV drivers into Windows. ISO images are not hypervisor-specific. +