From b5df2cea31482a44926aff0bbba864d22803748f Mon Sep 17 00:00:00 2001 From: skywalker Date: Thu, 3 Oct 2013 21:29:12 -0700 Subject: [PATCH] Change some format of README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c577b9..46f738e 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ The prerequisites: (3) The loop device support is enabled. Notes: - - (1) The script will generate a loop device for storage nodes with default size 2GB. You can also change it to support huge objects by xfs_growfs tool after deployment or directly changing the parameter in the script file before deployment. - (2) The original loop device is created at /mnt/sdb1. Please make sure it is not existed before running the script and you can also change it to meet your environment. - (3) All the options for the script are located at the beginning of the script file. +(1) The script will generate a loop device for storage nodes with default size 2GB. You can also change it to support huge objects by xfs_growfs tool after deployment or directly changing the parameter in the script file before deployment. +(2) The original loop device is created at /mnt/sdb1. Please make sure it is not existed before running the script and you can also change it to meet your environment. +(3) All the options for the script are located at the beginning of the script file. 2. Tutorial ---------------