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

Attila Doroszlai resolved HDDS-8133.
------------------------------------
    Fix Version/s: 1.4.0
       Resolution: Implemented

> Create ozone sh key checksum command
> ------------------------------------
>
>                 Key: HDDS-8133
>                 URL: https://issues.apache.org/jira/browse/HDDS-8133
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: Ozone CLI
>            Reporter: Stephen O'Donnell
>            Assignee: Stephen O'Donnell
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.4.0
>
>
> Some earlier Jiras added the feature to retrieve the checksum of an Ozone key 
> either as COMPOSITE_CRC or MD5 or the chunk checksum MD5s.
> This checksum is only accessible via the Hadoop API.
> This Jira adds a CLI command to Ozone to retrieve the same information, eg:
> {code}
> bash-4.2$ ozone sh key checksum /vol1/bucket/512    
> {
>   "volumeName" : "vol1",
>   "bucketName" : "bucket",
>   "name" : "512",
>   "dataSize" : 512,
>   "algorithm" : "COMPOSITE-CRC32",
>   "checksum" : "5A4FA397"
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to