summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2017-09-08 18:04:50 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2017-09-14 03:23:15 +0000
commite4a59b384f5bbaaeb937a53cef64f4e388f85153 (patch)
tree8be6c5b1843976249e3bae56f5e1be6cd9cbadf0 /xlators
parent2ec0dfe76780a8f82f4f6f8b7b3fdfd54203b616 (diff)
features/shard: Change default shard-block-size to 64MB
Change-Id: I55fa87e07136cff10b0d725ee24dd3151016e64e BUG: 1489823 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com> Reviewed-on: https://review.gluster.org/18243 Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org> Tested-by: Sunil Kumar Acharya <sheggodu@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/shard/src/shard.c2
1 files changed, 1 insertions, 1 deletions
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 "