hemantk-12 opened a new pull request, #3937: URL: https://github.com/apache/ozone/pull/3937
## What changes were proposed in this pull request? This change is to implement create snapshot for ozone file system commands. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7375 ## How was this patch tested? Using CLI and running following commands: ``` bash-4.2$ ozone fs -createSnapshot /vol1/bucket1 snap Created snapshot ofs://om/vol1/bucket1/.snapshot/snap bash-4.2$ ozone fs -createSnapshot /vol1/bucket1 snap createSnapshot: Snapshot already exists bash-4.2$ ozone fs -ls /vol1/bucket1/.snapshot/snap Found 1 items -rw-rw-rw- 3 hadoop hadoop 3811 2022-11-01 06:09 /vol1/bucket1/.snapshot/snap/key1 ``` -- 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]
