SaketaChalamchala commented on code in PR #10185:
URL: https://github.com/apache/ozone/pull/10185#discussion_r3484074816


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -2394,6 +2394,29 @@
       request OM snapshot from OM Leader.
     </description>
   </property>
+  <property>
+    <name>ozone.om.bootstrap.min.space</name>
+    <value>5GB</value>
+    <tag>OZONE, OM, HA, MANAGEMENT</tag>
+    <description>
+      Minimum free space required on the volume that holds 
ozone.om.ratis.snapshot.dir
+      before an OM follower downloads a ratis/bootstrap checkpoint from the 
leader,
+      when the leader does not supply the 
X-Ozone-Om-Checkpoint-Estimated-Sst-Bytes header
+      (incremental checkpoint or older OM version).
+      Use storage size syntax (e.g. 10GB). Set to 0 to disable this fallback 
check.
+    </description>
+  </property>
+
+  <property>
+    <name>ozone.om.bootstrap.checkpoint.estimated.space.headroom.ratio</name>
+    <value>1.25</value>

Review Comment:
   @sadanand48 headroom default is 1.25 here and 2.0 in `OMConfigKeys`. Could 
you make the default consistent?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to