diff options
| author | Amar Tumballi <amarts@redhat.com> | 2018-11-01 07:16:32 +0530 | 
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-11-12 15:38:44 +0000 | 
| commit | f87246d11d69b01b05a593b8378469d1cc67fdbc (patch) | |
| tree | 8b179b30c5acb93dbb8294374a84880e6b8a4ddd /xlators/protocol/server/src/server.c | |
| parent | 6abe44670172f2031440b9c37923c07b712694e8 (diff) | |
protocol: remove the option 'verify-volfile-checksum'
'getspec' operation is not used between 'client' and 'server' ever since
we have off-loaded volfile management to glusterd, ie, at least 7 years.
No reason to keep the dead code! The removed option had no meaning,
as glusterd didn't provide a way to set (or unset) this option. So,
no regression should be observed from any of the existing glusterfs
deployment, supported or unsupported.
Updates: CVE-2018-14653
Updates: bz#1647670
Change-Id: I4a2e0f673c5bcd4644976a61dbd2d37003a428eb
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/protocol/server/src/server.c')
| -rw-r--r-- | xlators/protocol/server/src/server.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 4c94a324f2c..6222e54d8cf 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1595,9 +1595,6 @@ struct volume_options server_options[] = {            .op_version = {1},            .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC          }, -        { .key   = {"verify-volfile-checksum"}, -          .type  = GF_OPTION_TYPE_BOOL -        },          { .key   = {"trace"},            .type  = GF_OPTION_TYPE_BOOL          },  | 
