From 91d9da62ce95a14264950aaf2c100e089c455646 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 24 Aug 2017 12:13:39 +0530 Subject: rpc: use port 24010 for all gluster-blockd management It looks like 24006 port is already registered by some other service, and from [1] it looks like 24007 - 24241 are unassigned. Currently, 24007 -> glusterd (tcp) 24008 -> glusterd (rdma) 24009 -> glustereventsd so for gluster-blockd communications lets choose port 24010 [1] https://goo.gl/B2A4RU Change-Id: I7d9f14b9897e479cececd2271ebf8a975d26ef71 Signed-off-by: Prasanna Kumar Kalever --- utils/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index 8e951fd..43ce065 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -30,7 +30,7 @@ # define GB_LOCK_FILE GB_INFODIR "/gluster-blockd.lock" # define GB_UNIX_ADDRESS GB_INFODIR "/gluster-blockd.socket" -# define GB_TCP_PORT 24006 +# define GB_TCP_PORT 24010 # define GFAPI_LOG_LEVEL 7 -- cgit