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 2020/10/01 20:59:04 UTC

[GitHub] [cloudstack] ravening commented on pull request #4282: Prevents null pointers when doing consecutive VM migrates

ravening commented on pull request #4282:
URL: https://github.com/apache/cloudstack/pull/4282#issuecomment-702394123


   > Hi @ravening, that was my fault.
   > 
   > You are doing a live migration, this NPE will occur when you: 
   > 
   > - stop an instance;
   > 
   > - migrate it with volume
   > 
   > - do not start the instance
   > 
   > - try to migrate again to another pool
   > 
   > 
   > 
   > with these steps, after the first migrate `host_id` and `last_host_id` will be set to `null`. And then, when you try to migrate it again a NPE will be thrown.
   
   @RodrigoDLopez ah ok... So you are just doing volume migration of VM...I will try these steps and let you know the result


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