Sahina Bose has uploaded a new change for review.

Change subject: engine: Disable Gluster Swift services feature
......................................................................

engine: Disable Gluster Swift services feature

Disabling the Gluster services management feature
as the services are currently managed per server
and this is not needed for managing Gluster for
Swift services
This feature is going to change in the next release
and so disabling to avoid confusion

Change-Id: Icc5b5795a13b3d3c1e9b574c445e63a844669d5b
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Sahina Bose <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/GlusterFeaturesUtil.java
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/19460/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
index 6dcab75..8fdcc4b 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
@@ -1299,7 +1299,7 @@
     GlusterRefreshRateHooks(425),
 
     @TypeConverterAttribute(Boolean.class)
-    @DefaultValueAttribute("true")
+    @DefaultValueAttribute("false")
     GlusterServicesEnabled(426),
 
     @TypeConverterAttribute(Boolean.class)
diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/GlusterFeaturesUtil.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/GlusterFeaturesUtil.java
index d29f04b..61320e8 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/GlusterFeaturesUtil.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/GlusterFeaturesUtil.java
@@ -9,7 +9,7 @@
     }
 
     public static boolean isGlusterSwiftSupported(Version version) {
-        return Version.v3_3.compareTo(version) <= 0;
+        return false;
     }
 
     public static boolean isGlusterHookSupported(Version version) {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc5b5795a13b3d3c1e9b574c445e63a844669d5b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to