summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-14 22:05:30 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-15 11:31:45 +0530
commit8eaecd2b99e686dbf6acd401b55f04220f3149d0 (patch)
treea50ec4abb6ba3ea1bb911decc3ebbfcd479293c0 /cli
parent46d4dda33d4dbb2a62bd55c01acaf3f15f4c6ee5 (diff)
gluster-block: add portal creation
The portal that target listens on by default will be 0.0.0.0; With this patch we will be changing that to hostname of local machine. Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/gluster-block.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/gluster-block.c b/cli/gluster-block.c
index 75bf0d0..129467d 100644
--- a/cli/gluster-block.c
+++ b/cli/gluster-block.c
@@ -133,8 +133,8 @@ glusterBlockHelp(void)
" create <name> Create the gluster block\n"
" volserver [gluster-node] node addr from gluster pool(default: localhost)\n"
" size <size> block storage size in KiB|MiB|GiB|TiB..\n"
- " mpath <count> multi path requirement for high availablity\n"
- " servers <IP1,IP2,IP3...> block servers, clubbed with any option\n"
+ " mpath <count> multipath requirement for high availability\n"
+ " servers <IP1,IP2,IP3...> block servers, where targets are exported\n"
"\n"
" list List available gluster blocks\n"
"\n"