From 7d4f708b18c1e6c965ebe8c84e14dd69ae4b7859 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Wed, 30 Dec 2015 16:19:44 +0530 Subject: glusterd: GD_OP_VERSION should not be a released one performance.resync-failed-syncs-after-fsync was introduced after 3.7.6 was released. Hence it should use 3_7_7 as op version not 3_7_6. Change-Id: If4def1bf0fdc9fa4938ccb78308bec77eeaa2284 BUG: 1279730 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/13117 Reviewed-by: Atin Mukherjee Tested-by: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index f582009bb5b..ee59e7d5daa 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1281,7 +1281,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "performance.resync-failed-syncs-after-fsync", .voltype = "performance/write-behind", .option = "resync-failed-syncs-after-fsync", - .op_version = GD_OP_VERSION_3_7_6, + .op_version = GD_OP_VERSION_3_7_7, .flags = OPT_FLAG_CLIENT_OPT, .description = "If sync of \"cached-writes issued before fsync\" " "(to backend) fails, this option configures whether " -- cgit