[
https://issues.apache.org/jira/browse/HDFS-12231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiqun Lin updated HDFS-12231:
-----------------------------
Attachment: HDFS-12231-HDFS-7240.001.patch
Attach the initial patch. Add creation time field that will be showed in
{{infoVolume}} and {{listVolume}} command's response.
Sample data:
{noformat}
{
"owner" : {
"name" : "bilbo"
},
"quota" : {
"unit" : "TB",
"size" : 100
},
"volumeName" : "volume48151",
"createdOn" : "Wed, 02 Aug 2017 08:21:39 GMT",
"createdBy" : "hdfs"
}
{noformat}
> Ozone: KSM: Add creation time field in volume info
> --------------------------------------------------
>
> Key: HDFS-12231
> URL: https://issues.apache.org/jira/browse/HDFS-12231
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: ozone
> Affects Versions: HDFS-7240
> Reporter: Yiqun Lin
> Assignee: Yiqun Lin
> Attachments: HDFS-12231-HDFS-7240.001.patch
>
>
> This JIRA similar to HDFS-12230. And it also expected to be returned in
> design doc like following.
> {noformat}
> {
> "owner" : {
> "name" : "bilbo"
> },
> "quota" : {
> "unit" : "TB",
> "size" : 100
> },
> "volumeName" : "shire",
> "createdOn" : "Mon, Apr 04 2016 06:22:00 GMT",
> "createdBy" : "hdfs"
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]