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 2021/12/18 17:08:03 UTC

[GitHub] [cloudstack] mlsorensen opened a new issue #5788: Parallel volume migrations on KVM are processed on same host

mlsorensen opened a new issue #5788:
URL: https://github.com/apache/cloudstack/issues/5788


   ### SUMMARY
   
   It seems while attempting multiple volume migrations, the same KVM agent is always selected. This severely limits the scalability of doing bulk migrations as we are limited to serial processing at the CopyCommand and network limitations of a single hypervisor host.
   
   ### STEPS TO REPRODUCE
   
   Migrate multiple volumes simultaneously from one cluster to another. Observe which hypervisor is selected to execute these and whether they occur in parallel or block on each other.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rohityadavcloud commented on issue #5788: Parallel volume migrations on KVM are processed on same host

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #5788:
URL: https://github.com/apache/cloudstack/issues/5788#issuecomment-1003002369


   Fixed in https://github.com/apache/cloudstack/pull/5789


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rohityadavcloud closed issue #5788: Parallel volume migrations on KVM are processed on same host

Posted by GitBox <gi...@apache.org>.
rohityadavcloud closed issue #5788:
URL: https://github.com/apache/cloudstack/issues/5788


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org