Updated FAQ (markdown)

Chris Lu 2019-07-10 18:00:13 -07:00
parent 04223103f4
commit 4e98c7e1cd

8
FAQ.md

@ -8,6 +8,14 @@ SeaweedFS has web dashboards for its different services:
Also see [#275](https://github.com/chrislusf/seaweedfs/issues/275). Also see [#275](https://github.com/chrislusf/seaweedfs/issues/275).
### Does it support xxx language?
If using `weed filer`, just send one HTTP POST to write, or one HTTP GET to read.
If using SeaweedFS for block storage, you may try to reuse some existing libraries.
### Does it support FUSE?
Yes.
### How to configure volumes larger than 30GB? ### How to configure volumes larger than 30GB?
Before 1.29, the maximum volume size is limited to 30GB. However, with recent larger disks, one 8TB hard drive can hold 200+ volumes. The large amount of volumes introduces unnecessary work load for master. Before 1.29, the maximum volume size is limited to 30GB. However, with recent larger disks, one 8TB hard drive can hold 200+ volumes. The large amount of volumes introduces unnecessary work load for master.