From 2dae50a18c4c8aee3ba4917fd38f3542899cf846 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 May 2019 13:05:35 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c84125e7..00772e2c0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be a * 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. +* Support rebalancing the writable and readonly volumes. [Back to TOC](#table-of-contents)