sumitagrawl opened a new pull request, #7465:
URL: https://github.com/apache/ozone/pull/7465

   ## What changes were proposed in this pull request?
   
   This provide a CLI option to get key full path in FSO case for matching 
criteria like container.
   
   `ozone debug retrieve-key-fullpath --db=<db path with db name> 
--containers=<container separated by comma> [-o <out file name having file full 
path>]`
   
   `ozone debug retrieve-key-fullpath --db=<db path with db name> 
--container-file=<file having list of container separated by new line> [-o <out 
file name having file full path>]`
   
   example:
   ```
   ozone debug retrieve-key-fullpath --db=om.db --containers=1,2,4
   
   Sample output:
   
   vol/bucket1/dir1/file1
   vol/bucket1/dir1/file2
   
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-11747
   
   ## How was this patch tested?
   
   - Unit and Integration test is added


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to