diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2017-09-08 18:04:50 +0530 |
---|---|---|
committer | jiffin tony Thottan <jthottan@redhat.com> | 2017-09-28 20:53:46 +0000 |
commit | bfc8b09f233a3dfcce776da37389b6c83e4d85dc (patch) | |
tree | 75ba5d1416e78e044bea8a2f535a6d2a5aeec998 /xlators/features | |
parent | 68944b104952751b5bd551fe1d84a6bb20962484 (diff) |
features/shard: Change default shard-block-size to 64MB
Backport of:
> Change-Id: I55fa87e07136cff10b0d725ee24dd3151016e64e
> BUG: 1489823
> Reviewed-on: https://review.gluster.org/18243
> cherry picked from commit e4a59b384f5bbaaeb937a53cef64f4e388f85153
Change-Id: I55fa87e07136cff10b0d725ee24dd3151016e64e
BUG: 1492026
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/shard/src/shard.c | 2 |
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 " |