diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2018-03-27 11:01:27 +0530 |
---|---|---|
committer | Sanju Rakonde <srakonde@redhat.com> | 2018-03-27 11:03:30 +0530 |
commit | ab8d18945b4db61a5aa7435a18c29deaf861d46a (patch) | |
tree | 61055b4e71d45fdf61b3b19a32d672251a04a007 /xlators | |
parent | 25fc63912023919e4eaea918810bcb91ee07db46 (diff) |
glusterd: changing the op-version of volume stop mgmt v3
Change-Id: Iefc5a00d36436b23181871fa365f27b8d90cff0a
fixes: bz#1560441
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |