You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/10 07:23:18 UTC

[GitHub] [cloudstack] rhtyd commented on issue #3478: When system vm is deployed from a new secondary pool it may fail to live migrate because the new secondary storage pool is not mounted in target host.

rhtyd commented on issue #3478: When system vm is deployed from a new secondary pool it may fail to live migrate because the new secondary storage pool is not mounted in target host.
URL: https://github.com/apache/cloudstack/issues/3478#issuecomment-509942657
 
 
   I checked both 4.9, 4.11, master codebases prior to VM migration it does check that the secondary storage is mounted. However, the root cause is that when there are multiple secondary storages it picks one randomly which is mounted instead of the specific secondary storage.
   
   Here it picks one datastore instead of a list for that zone:
   https://github.com/apache/cloudstack/blob/master/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java#L495

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services