JyotinderSingh commented on code in PR #3377:
URL: https://github.com/apache/ozone/pull/3377#discussion_r871150063
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/upgrade/OMLayoutFeature.java:
##########
@@ -32,7 +32,10 @@ public enum OMLayoutFeature implements LayoutFeature {
INITIAL_VERSION(0, "Initial Layout Version"),
ERASURE_CODED_STORAGE_SUPPORT(1, "Ozone version with built in support for"
- + " Erasure Coded block data storage.");
+ + " Erasure Coded block data storage."),
+
+ BUCKET_LAYOUT_SUPPORT(2, "Ozone version supporting bucket " +
+ "layouts and introducing the FSO and OBS bucket layout types.");
Review Comment:
Done
--
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]