diff options
| author | Richard Wareing <rwareing@fb.com> | 2016-02-24 21:34:45 -0800 |
|---|---|---|
| committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-09-01 16:35:01 +0000 |
| commit | c4029a5cb1bb2bceaedb72964ef3da955ffe5bf2 (patch) | |
| tree | a03da2d84e17bd308b00b6495477a951060d4a17 | |
| parent | 3596949c62804bd6ad372148107adcbb9c23fc57 (diff) | |
mgmt/glusterd: Allow disabling of changelog xlator w/ old clients connected
Summary:
- Reduces version of change log option to 2 (3.4.x) so we can disable
this *server* side feature when older clients are attached
Test Plan:
- Was required as a hotfix for a broken cluster, after installing an RC
with this patch we were able to kill the feature and stabilize the
cluster.
Reviewers: sshreyas, moox, dph, dld, kvigor
Reviewed By: kvigor
Differential Revision: https://phabricator.fb.com/D2981552
Change-Id: I515e2bb520585e5efaa305b1acbab21ebc7218a9
Reviewed-on: https://review.gluster.org/18183
Reviewed-by: Jeff Darcy <jeff@pl.atyp.us>
Tested-by: Jeff Darcy <jeff@pl.atyp.us>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
| -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 d29f32d1963..645fc8d7e16 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2592,7 +2592,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "changelog.changelog", .voltype = "features/changelog", .type = NO_DOC, - .op_version = 3 + .op_version = 2 }, { .key = "changelog.changelog-dir", .voltype = "features/changelog", |
