diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-06-17 13:02:25 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-06-17 13:02:25 -0700 |
| commit | a08f8a4b805737070562682f8850c4cfb0275480 (patch) | |
| tree | 08dc9863c8a6fb2b44a747aaf0ed0b1885b07dcf | |
| parent | db0c25b3d8f4bc14c584c381b6fcdf300be4678d (diff) | |
| parent | 5519dbd445b75fda63afd2e0940e58d1c4500e6f (diff) | |
| download | seaweedfs-a08f8a4b805737070562682f8850c4cfb0275480.tar.xz seaweedfs-a08f8a4b805737070562682f8850c4cfb0275480.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
