ustcweizhou opened a new pull request #4426:
URL: https://github.com/apache/cloudstack/pull/4426


   ## Description
   <!--- Describe your changes in detail -->
   
   The guest os 'Other PV Virtio-SCSI (64-bit)' has category_id as 6 
("Windows"), which should be 7 ("Other").
   
   ```
   mysql> select * from guest_os where id=275\G
   *************************** 1. row ***************************
                id: 275
       category_id: 6
              name: NULL
              uuid: 5f080e85-c0fd-11ea-ba74-067606003392
      display_name: Other PV Virtio-SCSI (64-bit)
           created: 2020-07-08 09:28:24
           removed: NULL
   is_user_defined: 0
   1 row in set (0.00 sec)
   
   mysql> select * from guest_os_category;
   +----+---------+--------------------------------------+
   | id | name    | uuid                                 |
   +----+---------+--------------------------------------+
   |  1 | CentOS  | 45bfdf47-c0fd-11ea-ba74-067606003392 |
   |  2 | Debian  | 45c0529b-c0fd-11ea-ba74-067606003392 |
   |  3 | Oracle  | 45c179a5-c0fd-11ea-ba74-067606003392 |
   |  4 | RedHat  | 45c1b328-c0fd-11ea-ba74-067606003392 |
   |  5 | SUSE    | 45c225de-c0fd-11ea-ba74-067606003392 |
   |  6 | Windows | 45c254f2-c0fd-11ea-ba74-067606003392 |
   |  7 | Other   | 45c2be11-c0fd-11ea-ba74-067606003392 |
   |  8 | Novel   | 45c2efe7-c0fd-11ea-ba74-067606003392 |
   |  9 | Unix    | 45c35920-c0fd-11ea-ba74-067606003392 |
   | 10 | Ubuntu  | 45c387e4-c0fd-11ea-ba74-067606003392 |
   | 11 | None    | 45c3f75e-c0fd-11ea-ba74-067606003392 |
   +----+---------+--------------------------------------+
   11 rows in set (0.01 sec)
   ```
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to 
reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be 
closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   


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

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


Reply via email to