Change in vdsm[master]: Stop supporting engine < 3.3

amureini at redhat.com amureini at redhat.com
Tue Apr 21 16:08:17 UTC 2015


Allon Mureinik has uploaded a new change for review.

Change subject: Stop supporting engine < 3.3
......................................................................

Stop supporting engine < 3.3

Moving forwards to oVirt 3.6, we'd like to deprecate the support for
older oVirt Engine versions.

This patch removes the support for engines older than 3.3 and sets the
foundation for removing old, deprecated, API calls that are no longer
used in modern engines.

Note: This patch only deals with supported ENGINES, not cluster or DC
compatibility levels.
I.e., this change allows VDSM to communicate with modern engines and be
part of clusters/DCs with lower compatibility versions.
If we wish to break the assumptions about SPM or HSM flows when working
with modern engines, an additional patch(s) will be required to remove
those cluster/DC versions.

Change-Id: Ida4f7faea6877897b5d746b2aa2e250b38a32ab6
Relates-To: https://bugzilla.redhat.com/730736
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M vdsm/dsaversion.py.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/40104/1

diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in
index 2fafef9..4025eb9 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', '3.6'],
+    'supportedENGINEs': ['3.3', '3.4', '3.5', '3.6'],
     'supportedProtocols': ['2.2', '2.3'],
     'clusterLevels': ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6'],
 }


-- 
To view, visit https://gerrit.ovirt.org/40104
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida4f7faea6877897b5d746b2aa2e250b38a32ab6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>


More information about the vdsm-patches mailing list