diff options
-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.", |