From ba0c11757ef3723de74fd13faa5c88bb79d2c889 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Wed, 15 Mar 2017 20:52:03 +0530 Subject: [PATCH] Added that no special config changes reqd (#3906) Added a line saying no special config changes are required for Shared mode. Also the previous `Why Shared Backend` and current `Use cases` are already merged. This fixes the comment: https://github.com/minio/minio/pull/3888#discussion_r105573494 --- docs/shared-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared-backend/README.md b/docs/shared-backend/README.md index ee4e02b7d..1dc565f27 100644 --- a/docs/shared-backend/README.md +++ b/docs/shared-backend/README.md @@ -4,7 +4,7 @@ Minio shared mode lets you use single [NAS](https://en.wikipedia.org/wiki/Networ distributed filesystems) as the storage backend for multiple Minio servers. Synchronization among Minio servers is taken care by design. Read more about the Minio shared mode design [here](https://github.com/minio/minio/blob/master/docs/shared-backend/DESIGN.md). -Minio shared mode is developed to solve several real world use cases. Some of these are +Minio shared mode is developed to solve several real world use cases, without any special configuration changes. Some of these are - You have already invested in NAS and would like to use Minio to add S3 compatibility to your storage tier. - You need to use NAS with an S3 interface due to your application architecture requirements.