diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
index 766da665507..772c69f48d1 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml
@@ -167,21 +167,6 @@
-
- ozone.scm.internal.bind.host
- 0.0.0.0
-
- The hostname or IP address used by the SCM DataNode handler service
- to bind. This setting is used by the SCM only and never used by
- clients or Data Nodes.
-
- The setting can be useful in multi-homed setups to restrict the
- availability of the SCM to a specific interface.
-
- The default is appropriate for most clusters.
-
-
-
ozone.scm.block.client.address
@@ -586,6 +571,38 @@
The address that cblock will be bind to, should be a host:port format,
this setting is required for cblock server to start.
+ This address is used for cblock management operations like create,
+ delete, info and list volumes
+
+
+
+
+ dfs.cblock.service.rpc-bind-host
+ 0.0.0.0
+
+ The actual address the cblock service rpc server will bind to. If this
+ optional address is set, it overrides only the hostname portion of
+ dfs.cblock.servicerpc-address.
+
+
+
+
+ dfs.cblock.jscsi-address
+
+
+ The address that cblock will be bind to, should be a host:port format,
+ this setting is required for cblock server to start.
+ This address to be used by jscsi to mount volume.
+
+
+
+
+ dfs.cblock.jscsi.rpc-bind-host
+ 0.0.0.0
+
+ The actual address the cblock jscsi rpc server will bind to. If this
+ optional address is set, it overrides only the hostname portion of
+ dfs.cblock.jscsi-address.
@@ -737,4 +754,20 @@
The maximum number of retries when writing a block to container.
+
+
+ dfs.cblock.scm.ipaddress
+ 127.0.0.1
+
+ IP address used by cblock to connect to SCM.
+
+
+
+
+ dfs.cblock.scm.port
+ 9860
+
+ Port used by cblock to connect to SCM.
+
+