nvazquez opened a new pull request #4851:
URL: https://github.com/apache/cloudstack/pull/4851


   ### Description
   
   This PR fixes a small bug when explicitly setting VM hardware versions lower 
than version 10.
   
   Vmware expects the hardware version in format: `vmx-DD` where DD is a 
two-digit representation of the virtual hardware version. For hardware version 
lower than 10, CloudStack was not using to digits for the hardware version 
number, which ended up on an error while creating worker VMs. (`vmx-8` for 
example instead of `vmx-08`)
   
   ### Types of changes
   
   - [ ] 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)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [x] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   


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


Reply via email to