Migration with local storage #13134
-
Beta Was this translation helpful? Give feedback.
Answered by
weizhouapache
May 8, 2026
Replies: 1 comment 3 replies
-
|
The "Local" storage is attached the host only, it is not accessible to other hosts. Do you have any rough idea how to get the data on local storage if host goes down ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@TheKunalSen
Right, VM HA will not work for VMs using local storage if the host goes down. In fact, the VM cannot even be restarted on another host because the disk exists only on the original host.
When users choose local storage, they need to consider both the pros (e.g., better performance) and the cons (e.g., no VM HA / limited recoverability).
CloudStack does support VM live migration and offline volume migration from local storage to another local or shared storage. You can perform the migration from the VM or volume page in the UI.