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 2018/10/22 19:22:06 UTC

[GitHub] rhtyd opened a new pull request #2916: systemvm: Ensure cloud service reboots after failure

rhtyd opened a new pull request #2916: systemvm: Ensure cloud service reboots after failure
URL: https://github.com/apache/cloudstack/pull/2916
 
 
   This fixes an issue for systemvms (CPVM and SSVM) on VMware, as eth0
   is not programmed (link-local) the networking.service fails to start
   which is a dependency for cloud-postinit service. When cloud-postinit
   service fails to start/run, it fails to start the agent (cloud) process.
   This fixes the smoketest failures we saw in case of VMware 6.5 with
   4.11.
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   
   On a VMware 6.5 env, restart any SSVM/CPVM. Post restart, the agent will never connect.
   With the changes, once systemvm is restarted the agent will reconnect.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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