rafaelweingartner commented on issue #2561: cloud-early-config detects unknown 
hypervisor type "xen-domU"
URL: https://github.com/apache/cloudstack/issues/2561#issuecomment-380532790
 
 
   @khos2ow ah... that might work because you change the type to system in the 
database. However, that might not be a sure thing. If you take a look into 
`com.cloud.consoleproxy.ConsoleProxyManagerImpl.startNew(long)`  and 
`org.apache.cloudstack.secondarystorage.SecondaryStorageManagerImpl.startNew(long,
 Role)`. You will see that they do not look into that router parameter.
   
   Those methods simply use the method 
`com.cloud.storage.dao.VMTemplateDaoImpl.findSystemVMReadyTemplate(long, 
HypervisorType) `, which only looks for the first template it find. 
   
   That is one of the reason for PR: #2275 

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