You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by um...@apache.org on 2022/06/24 01:29:53 UTC

[ozone] branch master updated: HDDS-6835. EC: Provide correct example for EC in ozone.server.default.replication (#3524)

This is an automated email from the ASF dual-hosted git repository.

umamahesh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new a19414a2bb HDDS-6835. EC: Provide correct example for EC in ozone.server.default.replication (#3524)
a19414a2bb is described below

commit a19414a2bb59386cd4ef800b086a219c76e5bd34
Author: swamirishi <47...@users.noreply.github.com>
AuthorDate: Thu Jun 23 18:29:48 2022 -0700

    HDDS-6835. EC: Provide correct example for EC in ozone.server.default.replication (#3524)
---
 hadoop-hdds/common/src/main/resources/ozone-default.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index 32e3797992..d1ee50af21 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -1180,7 +1180,16 @@
       Default replication value. The actual number of replications can be
       specified when writing the key. The default is used if replication
       is not specified when creating key or no default replication set at
-      bucket. Supported values: 1, 3 and EC_3_2.
+      bucket. Supported values:
+      For Standalone: 1
+      For Ratis: 3
+      For Erasure Coding(EC) supported format:
+      {ECCodec}-{DataBlocks}-{ParityBlocks}-{ChunkSize}
+        ECCodec: Codec for encoding stripe. Supported values : XOR, RS (Reed Solomon)
+        DataBlocks: Number of data blocks in a stripe.
+        ParityBlocks: Number of parity blocks in a stripe.
+        ChunkSize: Chunk size in bytes. E.g. 1024k, 2048k etc.
+        Supported combinations of {DataBlocks}-{ParityBlocks} : 3-2, 6-3, 10-4
     </description>
   </property>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org