You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/12 12:35:59 UTC

[GitHub] [ozone] rakeshadr commented on pull request #3296: HDDS-6561. Modify default bucket layout to LEGACY.

rakeshadr commented on PR #3296:
URL: https://github.com/apache/ozone/pull/3296#issuecomment-1096670334

   Please remove the test config that introduced to satisfy default OBS behavior at the OM server side.
   
   OzoneConfigKeys.java
   
   ```
   
     public static final String OZONE_CLIENT_TEST_OFS_DEFAULT_BUCKET_LAYOUT =
         "ozone.client.test.ofs.default.bucket.layout";
   
          // Fetches the bucket layout to be used by OFS.
         this.defaultOFSBucketLayout = BucketLayout.fromString(
             conf.get(OzoneConfigKeys.OZONE_CLIENT_TEST_OFS_DEFAULT_BUCKET_LAYOUT,
                 OzoneConfigKeys.OZONE_CLIENT_TEST_OFS_BUCKET_LAYOUT_DEFAULT));
   
   ```


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org