From 2445dd3403b3b6e2e903f6d476ed4076e9a51e29 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 23 Feb 2017 20:43:07 +0530 Subject: gluster-blockd: parse create and delete outputs The new parsed output of create and delete command will look like: $ gluster-block create sample/sample-block ha 2 ${HOST1} ${HOST2} 1GiB IQN: iqn.2016-12.org.gluster-block:aafea465-9167-4880-b37c-2c36db8562ea PORTAL(S): ${HOST1}:3260 ${HOST2}:3260 RESULT: SUCCESS $ gluster-block delete sample/sample-block SUCCESSFUL ON: ${HOST1} ${HOST2} RESULT: SUCCESS Change-Id: Id98e643c62a898a1f7298b6cfeb6ddfa10397b7f Signed-off-by: Prasanna Kumar Kalever --- cli/gluster-block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/gluster-block.c b/cli/gluster-block.c index b5549a0..bce0dce 100644 --- a/cli/gluster-block.c +++ b/cli/gluster-block.c @@ -24,7 +24,7 @@ typedef enum clioperations { const char *argp_program_version = "" \ PACKAGE_NAME" ("PACKAGE_VERSION")" \ - "\nRepository rev: https://github.com/pkalever/gluster-block.git\n" \ + "\nRepository rev: https://github.com/gluster/gluster-block.git\n" \ "Copyright (c) 2016 Red Hat, Inc. \n" \ "gluster-block comes with ABSOLUTELY NO WARRANTY.\n" \ "It is licensed to you under your choice of the GNU Lesser\n" \ -- cgit