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 2022/03/16 09:23:01 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #6084: router service offering tags are not honored

weizhouapache commented on issue #6084:
URL: https://github.com/apache/cloudstack/issues/6084#issuecomment-1068906656


   the current logic to start VRs is
   (1) find destination of user vm
   (2) create VRs in the same cluster as user vm (so same hypervisor)
   (3) start VRs
   
   in step 2, the hypervisor type of VRs is set to the hypervisor of user vm (vmware in the example), therefore in stpe 3 it cannot be deployed in hosts with other hypervisors (e.g. in a xenserver cluster).
   
   in my opinion, the results in the description is expected, this is not a bug. the offering tags are not considered in step 2, but tags are considered in step 3 which caused the failure deployment.
   
   I would regard it as a feature request (the requirement needs to be discussed)
   @nvazquez @borisstoyanov 
   


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org