Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-5672 Support protocol aware buckets within a single OM
  3. HDDS-5839

Make sure buckets created from "ofs" be FILE_SYSTEM_OPTIMIZED layout

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • 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

          Activity

            People

              jyotindersingh Jyotinder Singh
              rakeshr Rakesh Radhakrishnan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: