From edde87760f2b037264a8596d132a38b9589631f9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 23 Oct 2022 22:48:59 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index fdf5913..d18f5a2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,6 +9,13 @@ The following is all about SeaweedFS volumes. SeaweedFS assumes there are many SeaweedFS volumes. Data placement, replication, collection, S3 buckets, TTL, CSI mount, etc, are all based on volumes. So if the error is `no free volumes left`, please add more volumes. +Specifically, +* A different replication would need a different set of volumes. +* A different collection would need a different set of volumes. +* A different TTL would need a different set of volumes. +* A different S3 bucket is mapped to a collection, would need a different set of volumes. +* A CSI mount is automatically mapped to a bucket, which needs a few volumes. + The default volume size is 30GB, and default to 8 volumes. Very likely you would need to customize a bit. Either through reducing the volume size in `weed master -volumeSizeLimitMB=xxx`, or increasing the `weed volume -max=xxx` value. ### How to access the server dashboard?