Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused constants from GlustConstants ......................................................................
core: Remove unused constants from GlustConstants Change-Id: Ib755b3325614b0647468d8a21b3c09e960939de7 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/constants/gluster/GlusterConstants.java 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/21999/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/constants/gluster/GlusterConstants.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/constants/gluster/GlusterConstants.java index bb3da5b..f85b860 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/constants/gluster/GlusterConstants.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/constants/gluster/GlusterConstants.java @@ -13,8 +13,6 @@ public static final String OPTION_USER_CIFS = "user.cifs"; public static final String OPTION_GROUP = "group"; - public static final int DEFAULT_REPLICA_COUNT = 2; - public static final int DEFAULT_STRIPE_COUNT = 4; public static final String NO_OF_BRICKS = "NoOfBricks"; public static final String BRICK_PATH = "brickpath"; public static final String SERVER_NAME = "servername"; @@ -33,7 +31,6 @@ public static final String NEW_STATUS = "newstatus"; public static final String SERVICE_TYPE = "servicetype"; public static final String SERVICE_NAME = "servicename"; - public static final String SERVER = "server"; public static final String MANAGE_GLUSTER_SERVICE_ACTION_TYPE_START = "start"; public static final String MANAGE_GLUSTER_SERVICE_ACTION_TYPE_STOP = "stop"; public static final String MANAGE_GLUSTER_SERVICE_ACTION_TYPE_RESTART = "restart"; -- To view, visit http://gerrit.ovirt.org/21999 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib755b3325614b0647468d8a21b3c09e960939de7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
