ArafatKhan2198 commented on code in PR #4682:
URL: https://github.com/apache/ozone/pull/4682#discussion_r1194145263


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -669,6 +669,14 @@
       production environments.
     </description>
   </property>
+  <property>
+    <name>ozone.om.db.dirs.permissions</name>
+    <value>750</value>
+    <description>
+      Permissions for the metadata directories for Ozone Manager The
+      permissions have to be octal.

Review Comment:
   Thanks for the suggestion! Initially, I believed that providing octal 
permissions for configurations would be sufficient. However, since you 
mentioned the importance of supporting both octal and symbolic formats, I 
realized it makes sense. It will be easier for users to provide permissions in 
the symbolic format rather than octal. Therefore, I have made the necessary 
changes to support both formats and have also added unit tests to ensure 
everything works correctly. 
   
   @ashishkumar50 
   



-- 
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