# Storage Live Migration

Storage live migration is a capability that ensures that a virtual machine's underlying storage is migrated when you invoke live migration for that VM.

<code class="expression">space.vars.product\_name</code> fully supports storage live migration. This includes the following scenarios:

1. **Live migration of ephemeral / local storage for virtual machines -** When you live migration a VM that is booted from an image and is using host local storage, <code class="expression">space.vars.product\_name</code> will behind the scenes migrate storage for that VM to the destination host's local storage.
2. **Live migration of block storage** - You can also live migrate virtual machines that are using block storage, both VMs booted from block storage as well as VMs booted from an image but using block storage in addition. Read [Block Storage Live Migration / Retyping](https://docs.platform9.com/private-cloud-director/volume#volume-retype-changing-volume-type-and-migration-across-backends) for more details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/private-cloud-director/storage/storage-live-migration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
