summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--utils/utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f66080..1205a20 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ managing the command ring buffers
------
**Prerequisites:** *this guide assume we already have*
- [x] *A gluster volume with name 'block-test'*
-- [x] *Open 24007(for glusterd) 24006(gluster-blockd) 3260(iscsi targets) 111(rpcbind) ports and glusterfs service in your firewall*
+- [x] *Open 24007(for glusterd) 24010(gluster-blockd) 3260(iscsi targets) 111(rpcbind) ports and glusterfs service in your firewall*
<b>Daemon</b>: run gluster-blockd on all the nodes
```script
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