From bf14e5ce1b323394232ccd774cce938636b759d9 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 18 Aug 2018 22:31:24 +0530 Subject: [PATCH] Fix distributed doc as total storage capacity is not displayed anymore (#6309) --- docs/distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distributed/README.md b/docs/distributed/README.md index 0f66264ed..c7b2c9cb8 100644 --- a/docs/distributed/README.md +++ b/docs/distributed/README.md @@ -124,7 +124,7 @@ __NOTE:__ `{1...n}` shown in shortened examples above have 3 dots! Using only 2 ## 3. Test your setup -To test this setup, access the Minio server via browser or [`mc`](https://docs.minio.io/docs/minio-client-quickstart-guide). You’ll see the combined capacity of all the storage drives as the capacity of this drive. +To test this setup, access the Minio server via browser or [`mc`](https://docs.minio.io/docs/minio-client-quickstart-guide). ## Explore Further - [Minio Large Bucket Suppport Guide](https://docs.minio.io/docs/minio-large-bucket-support-quickstart-guide)