Yaniv Bronhaim has uploaded a new change for review. Change subject: Vdsm version 4.16.20 does not support cluster level 3.3 and below ......................................................................
Vdsm version 4.16.20 does not support cluster level 3.3 and below oVirt-Engine 3.4 is still supported as tech-preview. For more information reach the attached bug. Change-Id: I55f5aec924e917db4c0abdcf8ee75fdbd9555c22 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1229177 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/dsaversion.py.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/42247/1 diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in index b2442f2..1598fbd 100644 --- a/vdsm/dsaversion.py.in +++ b/vdsm/dsaversion.py.in @@ -33,7 +33,7 @@ 'version_name': version_name, 'software_version': software_version, 'software_revision': software_revision, - 'supportedENGINEs': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5'], + 'supportedENGINEs': ['3.4', '3.5'], 'supportedProtocols': ['2.2', '2.3'], - 'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5'], + 'clusterLevels': ['3.4', '3.5'], } -- To view, visit https://gerrit.ovirt.org/42247 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I55f5aec924e917db4c0abdcf8ee75fdbd9555c22 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
