From 17d5ac4cd36ca4074b43bbe5cee5d9eb790c3ba4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 30 Apr 2020 15:41:27 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51526f4b8..25ace96a8 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ On top of the object store, optional [Filer] can support directories and POSIX a * Automatic Gzip compression depending on file mime type. * Automatic compaction to reclaim disk space after deletion or update. * [Automatic entry TTL expiration][VolumeServerTTL]. -* Servers in the same cluster can have different disk spaces, file systems, OS etc. +* Any server with some disk spaces can add to the total storage space. * Adding/Removing servers does **not** cause any data re-balancing. -* Optionally fix the orientation for jpeg pictures. +* Optional picture resizing. * Support ETag, Accept-Range, Last-Modified, etc. * Support in-memory/leveldb/readonly mode tuning for memory/performance balance. * Support rebalancing the writable and readonly volumes.