weizhouapache commented on PR #6841:
URL: https://github.com/apache/cloudstack/pull/6841#issuecomment-1682359283

   @DaanHoogland 
   I doubt if it works.
   
   it looks `default` have much few guest os mappings then `7.0`. If we search 
guest os mapping by hypervisor version `default`, it may return empty results, 
which leads to #6736 to appear again.
   
   
   ```
   mysql> select count(1) from guest_os_hypervisor where hypervisor_type 
='VMware' and hypervisor_version ='default';
   +----------+
   | count(1) |
   +----------+
   |      118 |
   +----------+
   1 row in set (0.00 sec)
   
   mysql> 
   mysql> 
   mysql> select count(1) from guest_os_hypervisor where hypervisor_type 
='VMware' and hypervisor_version ='7.0';
   +----------+
   | count(1) |
   +----------+
   |      258 |
   +----------+
   1 row in set (0.00 sec)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to