You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Stephen O'Donnell (Jira)" <ji...@apache.org> on 2022/01/27 17:33:00 UTC

[jira] [Created] (HDDS-6233) EC: Bucket does not display correct EC replication details

Stephen O'Donnell created HDDS-6233:
---------------------------------------

             Summary: EC: Bucket does not display correct EC replication details
                 Key: HDDS-6233
                 URL: https://issues.apache.org/jira/browse/HDDS-6233
             Project: Apache Ozone
          Issue Type: Sub-task
    Affects Versions: EC-Branch
            Reporter: Stephen O'Donnell


After creating a bucket using the shell:


{code:java}
ozone sh bucket create /vol1/testec -t EC -r rs-3-2-1024k {code}
And then listing the bucket info, the EC Replication details are not reflected in the output:
{code:java}
{
  "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
} {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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