From 53d932b490c505901ddd1a0133e8125ad6dfd24c Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 16 Jun 2014 20:38:42 +0530 Subject: mgmt/glusterd: save the snapd port in volinfo after starting snapd Change-Id: I9266bbf4f67a2135f9a81b32fe88620be11af6ea BUG: 1109889 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/8084 Reviewed-by: Kaushal M Tested-by: Kaushal M --- xlators/protocol/client/src/client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/protocol/client/src') diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 7ab10b085b4..25565925a5d 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2756,6 +2756,8 @@ client_priv_dump (xlator_t *this) gf_proc_dump_write("connecting", "%d", conf->connecting); + gf_proc_dump_write ("connected", "%d", conf->connected); + if (conf->rpc) { gf_proc_dump_write("total_bytes_read", "%"PRIu64, conf->rpc->conn.trans->total_bytes_read); -- cgit