[ 
https://issues.apache.org/jira/browse/HDDS-2163?focusedWorklogId=316032&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316032
 ]

ASF GitHub Bot logged work on HDDS-2163:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Sep/19 02:02
            Start Date: 21/Sep/19 02:02
    Worklog Time Spent: 10m 
      Work Description: vivekratnavel commented on pull request #1493: 
HDDS-2163. Add 'Replication factor' to the output of list keys
URL: https://github.com/apache/hadoop/pull/1493
 
 
   This patch adds replication factor to the output of list keys.
   
   ```
   bash-4.2$ ozone sh key list /vol1/bucket1
   {
     "volumeName" : "vol1",
     "bucketName" : "bucket1",
     "name" : "dockerfile",
     "dataSize" : 876,
     "creationTime" : 1569022651963,
     "modificationTime" : 1569022654752,
     "replicationType" : "RATIS",
     "replicationFactor" : 1
   }
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 316032)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add "Replication factor" to the output of list keys 
> ----------------------------------------------------
>
>                 Key: HDDS-2163
>                 URL: https://issues.apache.org/jira/browse/HDDS-2163
>             Project: Hadoop Distributed Data Store
>          Issue Type: Task
>          Components: Ozone CLI
>    Affects Versions: 0.4.1
>            Reporter: Vivek Ratnavel Subramanian
>            Assignee: Vivek Ratnavel Subramanian
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The output of "ozone sh key list /vol1/bucket1" does not include replication 
> factor and it will be good to have it in the output.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to