From da37b3c619c4d931236a8d73904a45239c3712f9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 23 May 2017 10:58:33 +0200 Subject: README: reformat and rearrange the start of the example section slightly Change-Id: Ib3e865c171558a1aa81223b7d63c362159cbb53c Signed-off-by: Michael Adam --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d07dd23..25a3ee5 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,20 @@ supported JSON formats: #### Example: -*192.168.1.11, 192.168.1.12, 192.168.1.13: All nodes run gluster-blockd.service and glusterd.service (three nodes to achieve mutipath for HA)
-192.168.1.14: Initiator, iSCSI client

-Execute gluster-block CLI from any of the 3 nodes where glusterd and gluster-blockd are running
-Create a gluster volume by pooling 3 nodes (192.168.1.11, 192.168.1.12 and 192.168.1.13)
-Read More on how to [create a gluster volume](https://access.redhat.com/documentation/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/sect-User_Guide-Setting_Volumes-Replicated.html)* +The hosts involved: + +* 192.168.1.11, 192.168.1.12, 192.168.1.13: All nodes run gluster-blockd.service and glusterd.service (three nodes to achieve mutipath for HA) +* 192.168.1.14: Initiator, iSCSI client + +Preparation: + +* Create a gluster trusted storage pool of the 3 nodes + (192.168.1.11, 192.168.1.12 and 192.168.1.13). +* Create a gluster volume called `block-test` on the gluster cluster. +* Read More on how to [create a gluster volume](https://access.redhat.com/documentation/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/sect-User_Guide-Setting_Volumes-Replicated.html) + +In the following, you can execute gluster-block CLI from any of the 3 +nodes where glusterd and gluster-blockd are running.
 Create 1G gluster block storage with name 'sample-block'
-- 
cgit