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: [email protected]
For additional commands, e-mail: [email protected]