Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The idea of this task is to change the default layout behavior of ofs client, it should by default create bucket in FILE_SYSTEM_OPTIMIZED layout.
Presently, client is sending BucketLayout.DEFAULT, which is LEGACY to the OM. This has to be modified to FILE_SYSTEM_OPTIMIZED.
BasicRootedOzoneClientAdapterImpl.java#L245 OzoneVolume volume = proxy.getVolumeDetails(volumeStr); // Create the bucket try { volume.createBucket(bucketStr);
Code Reference: BasicRootedOzoneClientAdapterImpl.java#L245
Attachments
Issue Links
- links to