diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-28 01:29:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 01:29:06 -0700 |
| commit | 9ff0490dab409781d7085514fe0d8970f1d881e1 (patch) | |
| tree | c5c4378ad55414f74bed2d9bb763c12d0aa83595 | |
| parent | 744c5594da46e5f01b75545eaa5f6de105989643 (diff) | |
| download | seaweedfs-9ff0490dab409781d7085514fe0d8970f1d881e1.tar.xz seaweedfs-9ff0490dab409781d7085514fe0d8970f1d881e1.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * Automatic compaction to reclaim disk space after deletion or update. * [Automatic entry TTL expiration][VolumeServerTTL]. * Any server with some disk spaces can add to the total storage space. -* Adding/Removing servers does **not** cause any data re-balancing. +* Adding/Removing servers does **not** cause any data re-balancing unless trigged by admin commands. * Optional picture resizing. * Support ETag, Accept-Range, Last-Modified, etc. * Support in-memory/leveldb/readonly mode tuning for memory/performance balance. |
