Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-3816 Erasure Coding
  3. HDDS-6233

EC: Bucket does not display correct EC replication details

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • EC-Branch
    • EC-Branch
    • None

    Description

      After creating a bucket using the shell:

      ozone sh bucket create /vol1/testec -t EC -r rs-3-2-1024k 

      And then listing the bucket info, the EC Replication details are not reflected in the output:

      {
        "metadata" : { },
        "volumeName" : "vol1",
        "name" : "testec",
        "storageType" : "DISK",
        "versioning" : false,
        "usedBytes" : 0,
        "usedNamespace" : 0,
        "creationTime" : "2022-01-27T17:29:54.289Z",
        "modificationTime" : "2022-01-27T17:29:54.289Z",
        "quotaInBytes" : -1,
        "quotaInNamespace" : -1,
        "bucketLayout" : "OBJECT_STORE",
        "owner" : "hadoop",
        "replicationConfig" : {
          "replicationFactor" : "THREE",
          "requiredNodes" : 3,
          "replicationType" : "RATIS"
        },
        "link" : false
      } 

      Attachments

        Issue Links

          Activity

            People

              sodonnell Stephen O'Donnell
              sodonnell Stephen O'Donnell
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: