From 6538d83a3bb5b82116e6295ee369dad52af267cf Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Wed, 24 Mar 2021 17:56:26 +0000 Subject: [PATCH] Note that -volumeGrowthCount must be a multiple of the replication factor --- S3-Gateway-FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/S3-Gateway-FAQ.md b/S3-Gateway-FAQ.md index 6054242..3fde1ce 100644 --- a/S3-Gateway-FAQ.md +++ b/S3-Gateway-FAQ.md @@ -19,7 +19,10 @@ There are 2 ways to fix this. > fs.configure -locationPrefix=/buckets/ -volumeGrowthCount=1 -apply ``` -This will add 1 physical volume when existing volumes are full. If using replication, you will need to add more volumes. +This will add 1 physical volume when existing volumes are full. If using replication, you will need to add more volumes, so that it is a multiple of the number of replicas: +``` + fs.configure -locationPrefix=/buckets/ -replication=001 -volumeGrowthCount=2 -apply +``` See https://github.com/chrislusf/seaweedfs/wiki/Path-Specific-Configuration