bharatviswa504 opened a new pull request #1227: URL: https://github.com/apache/hadoop-ozone/pull/1227
## What changes were proposed in this pull request? Create volume required for S3G during Om startup ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3993 ## How was this patch tested? Tested to verify on docker-compose om-ha-s3 cluster, whether s3v volume is created or not. ``` bash-4.2$ ozone sh volume list o3://id1 { "metadata" : { }, "name" : "s3v", "admin" : "hadoop", "owner" : "hadoop", "creationTime" : "2020-07-21T00:01:53.739Z", "modificationTime" : "2020-07-21T00:01:53.739Z", "acls" : [ { "type" : "USER", "name" : "hadoop", "aclScope" : "ACCESS", "aclList" : [ "ALL" ] }, { "type" : "GROUP", "name" : "users", "aclScope" : "ACCESS", "aclList" : [ "ALL" ] } ], "quota" : 1152921504606846976 } ``` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org