Change in vdsm[master]: caps.py: Drop support for Fedora 19

mbetak at redhat.com mbetak at redhat.com
Wed Oct 15 13:36:37 UTC 2014


Martin Betak has uploaded a new change for review.

Change subject: caps.py: Drop support for Fedora 19
......................................................................

caps.py: Drop support for Fedora 19

Change-Id: Ib1f89f3b8371b6d3f4ba8a4e17b454254213960d
Signed-off-by: Martin Betak <mbetak at redhat.com>
---
M vdsm/caps.py
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/34191/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index cf4967b..c419bd7 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -722,13 +722,6 @@
 
 @utils.memoized
 def _getVersionInfo():
-    if not hasattr(libvirt, 'VIR_MIGRATE_ABORT_ON_ERROR'):
-        return _dropVersion('3.4',
-                            'VIR_MIGRATE_ABORT_ON_ERROR not found in libvirt,'
-                            ' support for clusterLevel >= 3.4 is disabled.'
-                            ' For Fedora 19 users, please consider upgrading'
-                            ' libvirt from the virt-preview repository')
-
     if not hasattr(libvirt, 'VIR_MIGRATE_AUTO_CONVERGE'):
         return _dropVersion('3.6',
                             'VIR_MIGRATE_AUTO_CONVERGE not found in libvirt,'


-- 
To view, visit http://gerrit.ovirt.org/34191
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1f89f3b8371b6d3f4ba8a4e17b454254213960d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbetak at redhat.com>


More information about the vdsm-patches mailing list