JyotinderSingh opened a new pull request, #3296: URL: https://github.com/apache/ozone/pull/3296
## What changes were proposed in this pull request? This task to modify the existing default bucket layout at the OM server and Ozone shell command to LEGACY. [OMConfigKeys.java#L283](https://github.com/apache/ozone/blob/master/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java#L283) ```java ozone.default.bucket.layout = LEGACY ``` [CreateBucketHandler.java#L64](https://github.com/apache/ozone/blob/master/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/bucket/CreateBucketHandler.java#L64) ```java @Option(names = { "--layout", "-l" }, description = "Allowed Bucket Layouts: ${COMPLETION-CANDIDATES}", defaultValue = "OBJECT_STORE") ``` Changing to LEGACY will make the cluster upgrades easier. An older version client can talk to the new OM server using LEGACY buckets. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6561 ## How was this patch tested? Integration tests. -- 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]
