mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
45708ebb10
commit
edde87760f
7
FAQ.md
7
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?
|
||||
|
|
Loading…
Reference in a new issue