From 4145472d3314df886aa608fda18114fd1a8f7a15 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 28 Jan 2022 11:06:33 +0100 Subject: [PATCH 1/3] vmware: Add supported minor versions --- source/releasenotes/compat.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/releasenotes/compat.rst b/source/releasenotes/compat.rst index 7741da44ef..6ffcc48f86 100644 --- a/source/releasenotes/compat.rst +++ b/source/releasenotes/compat.rst @@ -56,6 +56,8 @@ and VMware with vSphere. - VMware versions 6.5, 6.7 and 7.0 + .. note:: The following VMware minor versions are supported: 6.5.x, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0. The minor versions not in this list are not fully supported. Some virtual machine guest OS identifiers might be unsupported. + .. note:: There is a known issue in 6.7 U1 (https://kb.vmware.com/s/article/67315) which blocks some CloudStack cloning operations. The use of linked clones is known to be effected. .. note:: There is a known issue in 6.7 U3 - 6.7 U3f where a mailformed OVA could crash vCenter services (for more information see `here `_). To avoid the issue, make sure to use 6.7 U3g or later. From d4901f927897671608b68bf3985ec442ba98372e Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Tue, 1 Feb 2022 12:14:45 +0100 Subject: [PATCH 2/3] vmware: update --- source/releasenotes/compat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/compat.rst b/source/releasenotes/compat.rst index 6ffcc48f86..9f06f64880 100644 --- a/source/releasenotes/compat.rst +++ b/source/releasenotes/compat.rst @@ -56,7 +56,7 @@ and VMware with vSphere. - VMware versions 6.5, 6.7 and 7.0 - .. note:: The following VMware minor versions are supported: 6.5.x, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0. The minor versions not in this list are not fully supported. Some virtual machine guest OS identifiers might be unsupported. + .. note:: The following VMware minor versions are supported: 6.5, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0. For the minor versions not in this list, all virtual machines have guest OS identifier "otherGuest64" (x86-64 architecture) or "otherGuest" (other architectures). .. note:: There is a known issue in 6.7 U1 (https://kb.vmware.com/s/article/67315) which blocks some CloudStack cloning operations. The use of linked clones is known to be effected. From 529811d4884ec8832a0e3c4e13df6a7a38602409 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 10 Feb 2022 09:40:16 +0100 Subject: [PATCH 3/3] Update as per comment --- source/releasenotes/compat.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/releasenotes/compat.rst b/source/releasenotes/compat.rst index 9f06f64880..d39cbceb70 100644 --- a/source/releasenotes/compat.rst +++ b/source/releasenotes/compat.rst @@ -56,7 +56,8 @@ and VMware with vSphere. - VMware versions 6.5, 6.7 and 7.0 - .. note:: The following VMware minor versions are supported: 6.5, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0. For the minor versions not in this list, all virtual machines have guest OS identifier "otherGuest64" (x86-64 architecture) or "otherGuest" (other architectures). + .. note:: The following VMware minor versions are supported and tested: 6.5, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0. + For any minor versions without hypervisor mappings, all virtual machines have guest OS identifier "otherGuest64" (x86-64 architecture) or "otherGuest" (other architectures). .. note:: There is a known issue in 6.7 U1 (https://kb.vmware.com/s/article/67315) which blocks some CloudStack cloning operations. The use of linked clones is known to be effected.