aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-06-17 13:02:25 -0700
committerChris Lu <chris.lu@gmail.com>2018-06-17 13:02:25 -0700
commita08f8a4b805737070562682f8850c4cfb0275480 (patch)
tree08dc9863c8a6fb2b44a747aaf0ed0b1885b07dcf
parentdb0c25b3d8f4bc14c584c381b6fcdf300be4678d (diff)
parent5519dbd445b75fda63afd2e0940e58d1c4500e6f (diff)
downloadseaweedfs-a08f8a4b805737070562682f8850c4cfb0275480.tar.xz
seaweedfs-a08f8a4b805737070562682f8850c4cfb0275480.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58b263d9a..0e306fd4b 100644
--- a/README.md
+++ b/README.md
@@ -75,11 +75,13 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.
* Servers in the same cluster can have different disk spaces, file systems, OS etc.
* Adding/Removing servers does **not** cause any data re-balancing
* Optional [filer server][Filer] provides "normal" directories and files via http
+* Optionally [mount filer][Mount] to read and write directly
* Optionally fix the orientation for jpeg pictures
* Support Etag, Accept-Range, Last-Modified, etc.
* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer
+[Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount
## Example Usage
By default, the master node runs on port 9333, and the volume nodes run on port 8080.