summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@redhat.com>2017-05-23 10:58:33 +0200
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-06-06 14:06:03 +0530
commitda37b3c619c4d931236a8d73904a45239c3712f9 (patch)
treeeca5214907bedf3775d0679192633af8ce6c6768
parentdbf928747aa573be6f25d858752ca4e9930624b3 (diff)
README: reformat and rearrange the start of the example section slightly
Change-Id: Ib3e865c171558a1aa81223b7d63c362159cbb53c Signed-off-by: Michael Adam <obnox@redhat.com>
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
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)<br>
-192.168.1.14: Initiator, iSCSI client<br><br>
-Execute gluster-block CLI from any of the 3 nodes where glusterd and gluster-blockd are running <br>
-Create a gluster volume by pooling 3 nodes (192.168.1.11, 192.168.1.12 and 192.168.1.13) <br>
-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.
<pre>
Create 1G gluster block storage with name 'sample-block'