From ab8d18945b4db61a5aa7435a18c29deaf861d46a Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Tue, 27 Mar 2018 11:01:27 +0530 Subject: glusterd: changing the op-version of volume stop mgmt v3 Change-Id: Iefc5a00d36436b23181871fa365f27b8d90cff0a fixes: bz#1560441 Signed-off-by: Sanju Rakonde --- xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index 4001230358c..309ea7b1e70 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c @@ -636,7 +636,7 @@ __glusterd_handle_cli_stop_volume (rpcsvc_request_t *req) gf_msg_debug (this->name, 0, "Received stop vol req " "for volume %s", dup_volname); - if (conf->op_version <= GD_OP_VERSION_4_1_0) { + if (conf->op_version < GD_OP_VERSION_4_1_0) { gf_msg_debug (this->name, 0, "The cluster is operating at " "version less than or equal to %d. Volume start " "falling back to syncop framework.", -- cgit