From 8eaecd2b99e686dbf6acd401b55f04220f3149d0 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 14 Feb 2017 22:05:30 +0530 Subject: 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 --- cli/gluster-block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') 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 Create the gluster block\n" " volserver [gluster-node] node addr from gluster pool(default: localhost)\n" " size block storage size in KiB|MiB|GiB|TiB..\n" - " mpath multi path requirement for high availablity\n" - " servers block servers, clubbed with any option\n" + " mpath multipath requirement for high availability\n" + " servers block servers, where targets are exported\n" "\n" " list List available gluster blocks\n" "\n" -- cgit