diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst index e0c54aa6c3..a2142bdbb7 100644 --- a/source/adminguide/storage.rst +++ b/source/adminguide/storage.rst @@ -638,13 +638,18 @@ be restarted. Finding Primary Storage for Migration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When you click on migrate volume, CloudStack lists the available primary storage. CloudStack uses its storage pool allocators to identify the primary storages that are available and returns a list that is suitable for the selected volume's migration. -The list also could include primary storages that are mentioned as 'Not suitable'. The criteria for which the primary storages are not suitable are: - - Storage tag mismatch with the volume's Disk offering's storage tag - - Doesn't have enough capacity. - - Reached its disable threshold - - Disabled. - - Mismatch in the type of storage such as Shared /Local. + +When you click on migrate volume, CloudStack lists the available primary +storage. CloudStack uses its storage pool allocators to identify the primary +storages that are available and returns a list that is suitable for the selected +volume's migration. +The list also could include primary storages that are mentioned as +'Not suitable'. The criteria for which the primary storages are not suitable are: +- Storage tag mismatch with the volume. +- Doesn't have enough capacity. +- Reached its disable threshold. +- Disabled. +- Mismatch in the type of storage such as shared /Local. Resizing Volumes ~~~~~~~~~~~~~~~~