From 8e7c83e80d726d10073675af85a2e74831088915 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 27 Mar 2018 14:59:59 -0400 Subject: glusterd: changing the op-version of volume stop mgmt v3 log message describe the actual test Change-Id: I1ea7300a6b186032a65236492d6d2a6eef0ab983 fixes: bz#1560441 Signed-off-by: Kaleb S. KEITHLEY --- xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index 309ea7b1e70..e46ef57e441 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c @@ -638,9 +638,9 @@ __glusterd_handle_cli_stop_volume (rpcsvc_request_t *req) 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.", - GD_OP_VERSION_4_1_0); + "version less than %d. Volume start " + "falling back to syncop framework.", + GD_OP_VERSION_4_1_0); ret = glusterd_op_begin_synctask (req, GD_OP_STOP_VOLUME, dict); } else { -- cgit