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/12/03 09:16:30 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #3720: VM stopped/crashing while Migration with Maintenance Mode (KVM)

weizhouapache commented on issue #3720: VM stopped/crashing while Migration with Maintenance Mode (KVM)
URL: https://github.com/apache/cloudstack/issues/3720#issuecomment-561073274
 
 
   @svenvogel @andrijapanicsb 
   ```
   vm is stopped due to some cloudstack bugs. for example, when we put a
   host to maintenance, the vm will be stopped if (1) no other host is Up in
   same cluster, or (2) vm migration fails and no retry in cloudstack, or (3)
   multiple vms are migrated to same destination at the same time but there is
   no enough memory on the destination.
   ```
   (1) has been tracked in #3707 
   (2) is changed in #3425 but not done.
   (3) is fixed by #3727 and #3728. which caused crashed vm in host maintenance on our platforms.
   

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