diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2015-12-30 16:19:44 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2016-01-11 08:10:10 -0800 |
commit | 7d4f708b18c1e6c965ebe8c84e14dd69ae4b7859 (patch) | |
tree | dd76591713ff16bb6ed9e61a74c401cf31eed0dd | |
parent | 2a37dbd845348a774f45c4d77cffebc32c749251 (diff) |
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 <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/13117
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |