From 27935ee84c484fff3d8d29218c197812701957ed Mon Sep 17 00:00:00 2001 From: Vijaykumar M Date: Mon, 11 Nov 2013 12:05:55 +0530 Subject: cli: Set the o/p width of hostname to 8 characters Change-Id: I91dcb19ba4d31c17e6041155c0e59af457b87f1b BUG: 1028871 Signed-off-by: Vijaykumar M Reviewed-on: http://review.gluster.org/6245 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- cli/src/cli-rpc-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index dbc9fef07..6ecb42338 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -285,7 +285,7 @@ gf_cli_output_pool_list (dict_t *dict, int count) else connected_str = "Disconnected"; - cli_out ("%s\t%s\t%s ", uuid_buf, hostname_buf, + cli_out ("%s\t%-8s\t%s ", uuid_buf, hostname_buf, connected_str); i++; } -- cgit