From 4804f62477e240d8234a6ea4ed4cedf0c799e70a Mon Sep 17 00:00:00 2001 From: Accela Zhao Date: Fri, 8 May 2015 11:09:58 +0800 Subject: [PATCH] Add minimum disk capacity to readme According to "ScaleIO User Guide", the disks from the 3 SDS servers should be have at least 200GB capacity. Otherwise a SDS_ADD_DEV_SIZE_PROBLEM, i.e. "SDS device size error", will be thrown when adding SDS server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3dbb4d..312bf27 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ So, assume you want to create the following setup: - ScaleIO Secondary MDM and SDS - 192.168.1.2 - Using /dev/sdb and /dev/sdc - ScaleIO Primary MDM and SDS and API gateway - 192.168.1.3 - Using /dev/sdb and /dev/sdc -Existing data on /dev/sdb and /dev/sdc will be lost. +Existing data on /dev/sdb and /dev/sdc will be lost. ScaleIO requires that you use a minimum of three SDS servers, with a combined free capacity of at least 200 GB. To create a new cluster, you just need to run the following commands: