233933
From 254033a80d85460675c921c272fb94bb7e9f67d4 Mon Sep 17 00:00:00 2001
233933
From: Atin Mukherjee <amukherj@redhat.com>
233933
Date: Tue, 18 Dec 2018 17:57:25 +0530
233933
Subject: [PATCH 35/52] glusterd: tag rebalance mgmt_v3 command to op-version
233933
 31305
233933
233933
In upstream migrating rebalance command is tagged to op-version 60000
233933
but in downstream the latest new op-version is 31305.
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Change-Id: I30bbad3efca29bf42b9a750581eb1aebc8a30ff9
233933
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/158943
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
---
233933
 xlators/mgmt/glusterd/src/glusterd-rebalance.c | 4 ++--
233933
 1 file changed, 2 insertions(+), 2 deletions(-)
233933
233933
diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c
233933
index e20e3c4..ed5ded5 100644
233933
--- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c
233933
+++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c
233933
@@ -573,12 +573,12 @@ __glusterd_handle_defrag_volume(rpcsvc_request_t *req)
233933
     } else
233933
         op = GD_OP_REBALANCE;
233933
 
233933
-    if (priv->op_version < GD_OP_VERSION_6_0) {
233933
+    if (priv->op_version < GD_OP_VERSION_3_13_5) {
233933
         gf_msg_debug(this->name, 0,
233933
                      "The cluster is operating at "
233933
                      "version less than %d. Falling back "
233933
                      "to op-sm framework.",
233933
-                     GD_OP_VERSION_6_0);
233933
+                     GD_OP_VERSION_3_13_5);
233933
         ret = glusterd_op_begin(req, op, dict, msg, sizeof(msg));
233933
         glusterd_friend_sm();
233933
         glusterd_op_sm();
233933
-- 
233933
1.8.3.1
233933