Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
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
- links to