xichen01 commented on code in PR #10946:
URL: https://github.com/apache/ozone/pull/10946#discussion_r3777154740


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -718,6 +719,10 @@ public final class OzoneConfigKeys {
   public static final String OZONE_DEFAULT_STORAGE_TIER_DEFAULT =
       StorageTier.DISK.toString();
 
+  public static final String OZONE_DEFAULT_STORAGE_POLICY_KEY = 
"ozone.default.storagepolicy";

Review Comment:
   How about change `ozone.default.storagepolicy` to 
`ozone.om.default.storage.policy` ? And we can change 
`ozone.default.storageTier` to `ozone.scm.default.storage.tier` also.



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