sureshanaparti commented on issue #4400:
URL: https://github.com/apache/cloudstack/issues/4400#issuecomment-730996383
The override mechanism to list the possible local storage pools is skipping
the zone wide pools, and so when migrating a volume attached to a running VM
doesn't list zone wide pool as a suitable pool in UI, with
_findStoragePoolsForMigration_ API.
To fix this and consider zone wide pools for migration, the condition` if
(dskCh.useLocalStorage()) { return null;}` has to be removed from
ZoneWideStoragePoolAllocator. This is already addressed in PR
https://github.com/apache/cloudstack/pull/4304
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]