You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/05/03 11:26:10 UTC

[GitHub] [cloudstack-documentation] weizhouapache commented on a diff in pull request #272: Fix compatibility matrix

weizhouapache commented on code in PR #272:
URL: https://github.com/apache/cloudstack-documentation/pull/272#discussion_r863680841


##########
source/releasenotes/compat.rst:
##########
@@ -44,16 +44,17 @@ CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
 and VMware with vSphere.
 
 -  Ubuntu 18.04 LTS, 20.04 LTS with KVM
--  CentOS 7, 8 with KVM (note: CentOS 8 will EOL in Dec 2021)
+-  CentOS 7 with KVM
 -  Rocky Linux 8 with KVM
 -  Red Hat Enterprise Linux 7, 8 with KVM
--  Rocky Linux 8 with KVM
 -  openSUSE Leap 15
 -  SUSE Linux Enterprise Server 15
--  XenServer versions 7.1, 7.2, 7.4, 7.5, 8.0 (8.1 and 8.2 expected to work, but not tested) with latest hotfixes, XCP-ng 7.4, 7.6, 8.0, 8.1, 8.2
+-  XenServer versions 7.1, 7.2, 7.4, 7.5, 8.0 (8.1 and 8.2 expected to work, but not tested. For 8.2 please check the note below) with latest hotfixes, XCP-ng 7.4, 7.6, 8.0, 8.1, 8.2.0

Review Comment:
   @nvazquez 
   should `.0` be added to all version numbers ?
   
   ```
   mysql> select hypervisor_version from hypervisor_capabilities where hypervisor_type ='XenServer';
   +--------------------+
   | hypervisor_version |
   +--------------------+
   | 5.6                |
   | 5.6 FP1            |
   | 5.6 SP2            |
   | 6.0                |
   | 6.0.2              |
   | 6.1.0              |
   | 6.2.0              |
   | 6.5.0              |
   | 7.0.0              |
   | 7.1.0              |
   | 7.1.1              |
   | 7.1.2              |
   | 7.2.0              |
   | 7.3.0              |
   | 7.4.0              |
   | 7.5.0              |
   | 7.6.0              |
   | 8.0.0              |
   | 8.1.0              |
   | 8.2.0              |
   | default            |
   | XCP 1.0            |
   | XCP-ng 7.4.0       |
   +--------------------+
   23 rows 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: dev-unsubscribe@cloudstack.apache.org

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