khos2ow commented on issue #2917: Showing VRs in Infrastructure > Virtual 
Routers fails due to CloudStackVersion.parse(String) 
URL: https://github.com/apache/cloudstack/issues/2917#issuecomment-432419290
 
 
   @DennisKonrad can you check the VR version directly from the machine? 
`/etc/cloudstack-release`.
   
   The weird thing about your screenshot is that it complains `0` is not of a 
correct format in which it should have been `4.12.0.0`. Basically what the 
reformatted code does is strip anything after first occurrence of `-` and 
process the rest. Which means the value passed to 
`org.apache.cloudstack.utils.CloudStackVersion.parse()` is `0-<something>`.

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


With regards,
Apache Git Services

Reply via email to