From e4a59b384f5bbaaeb937a53cef64f4e388f85153 Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Fri, 8 Sep 2017 18:04:50 +0530 Subject: features/shard: Change default shard-block-size to 64MB Change-Id: I55fa87e07136cff10b0d725ee24dd3151016e64e BUG: 1489823 Signed-off-by: Krutika Dhananjay Reviewed-on: https://review.gluster.org/18243 Reviewed-by: Pranith Kumar Karampuri Smoke: Gluster Build System Tested-by: Sunil Kumar Acharya CentOS-regression: Gluster Build System --- xlators/features/shard/src/shard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/shard') diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c index 2892bded312..3b6b41b4ab6 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -5162,7 +5162,7 @@ struct xlator_dumpops dumpops = { struct volume_options options[] = { { .key = {"shard-block-size"}, .type = GF_OPTION_TYPE_SIZET, - .default_value = "4MB", + .default_value = "64MB", .min = SHARD_MIN_BLOCK_SIZE, .max = SHARD_MAX_BLOCK_SIZE, .description = "The size unit used to break a file into multiple " -- cgit