weizhouapache opened a new issue, #7781:
URL: https://github.com/apache/cloudstack/issues/7781

   I checked the databases for RHEL9 guest os mappings and found some issues
   
   1. there are two guest os for Red Hat Enterprise Linux 9
   ```
   mysql> select * from guest_os where display_name like "Red Hat Enterprise 
Linux 9%";
   ```
   
![image](https://github.com/apache/cloudstack/assets/57355700/4f6e9114-132c-447e-819f-ff494a6f26f8)
   
   
   2. guest os name has extra comma
   
   ```
   select * from guest_os_hypervisor where guest_os_id=316;
   ```
   
![image](https://github.com/apache/cloudstack/assets/57355700/9ce7ff8c-d6bb-4f20-9518-28a231c1ac57)
   
   
   3. another guest os only applies on VMware 7.0.1.0
   ```
   select * from guest_os_hypervisor where guest_os_id=336;
   ```
   
![image](https://github.com/apache/cloudstack/assets/57355700/ac7c7069-7a86-4846-bb47-f17c3a668e1a)
   
   this is not the only one. all guest os mappings in #7095 have the same 
problem (only supported in 4.17.1.0).
   
![image](https://github.com/apache/cloudstack/assets/57355700/0c4cb979-7cda-47f3-8798-47f4e0d908b5)
   
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.18.0.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


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