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 21:54:00 UTC

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

     [ https://issues.apache.org/jira/browse/HDDS-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Assignee: Stephen O'Donnell

> 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
>            Assignee: Stephen O'Donnell
>            Priority: Major
>
> 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