diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 | ||||
| -rw-r--r-- | xlators/performance/readdir-ahead/src/readdir-ahead.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 6ab4f7cc550..aca7135a2b2 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3098,7 +3098,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {  	{ .key         = "performance.rda-request-size",  	  .voltype     = "performance/readdir-ahead",            .option      = "rda-request-size", -          .value       = "128KB", +          .value       = "131072",            .flags       = OPT_FLAG_CLIENT_OPT,            .type        = DOC,            .op_version  = GD_OP_VERSION_3_9_1, diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.c b/xlators/performance/readdir-ahead/src/readdir-ahead.c index c6b167725a5..9b0870e2b37 100644 --- a/xlators/performance/readdir-ahead/src/readdir-ahead.c +++ b/xlators/performance/readdir-ahead/src/readdir-ahead.c @@ -726,7 +726,7 @@ struct volume_options options[] = {  	  .type = GF_OPTION_TYPE_SIZET,  	  .min = 4096,  	  .max = 131072, -	  .default_value = "128KB", +	  .default_value = "131072",  	  .description = "size of buffer in readdirp calls initiated by "                           "readdir-ahead ",  	},  | 
