mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
0242369392
commit
45708ebb10
3
FAQ.md
3
FAQ.md
|
@ -4,11 +4,12 @@ The SeaweedFS volume here is different from common storage volume.
|
|||
| SeaweedFS Volume | Common Volume |
|
||||
| --- | --- |
|
||||
| A disk file | A disk |
|
||||
|
||||
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.
|
||||
|
||||
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, or increasing the `-max` value.
|
||||
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?
|
||||
SeaweedFS has web dashboards for its different services:
|
||||
|
|
Loading…
Reference in a new issue