This is an automated email from the ASF dual-hosted git repository.

hemant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new fd9bb1e2a4 HDDS-9891. [snapshot] Update list of snapshot apis to 
include info details (#5761)
fd9bb1e2a4 is described below

commit fd9bb1e2a41230721261619490b93cd07c752bb0
Author: jyotirmoy-gh <[email protected]>
AuthorDate: Mon Dec 11 16:13:34 2023 +0530

    HDDS-9891. [snapshot] Update list of snapshot apis to include info details 
(#5761)
---
 hadoop-hdds/docs/content/feature/Snapshot.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hadoop-hdds/docs/content/feature/Snapshot.md 
b/hadoop-hdds/docs/content/feature/Snapshot.md
index 414561269a..880176ec66 100644
--- a/hadoop-hdds/docs/content/feature/Snapshot.md
+++ b/hadoop-hdds/docs/content/feature/Snapshot.md
@@ -57,6 +57,11 @@ SnapshotDiff CLI/API is asynchronous. The first time the API 
is invoked, OM star
 ozone sh snapshot listDiff [-ahV] [-s=<jobStatus>] <bucket>
 ```
 
+* Snapshot Info: Returns information about an existing snapshot
+```shell
+ozone sh snapshot info [-hV] <bucket> <snapshotName>
+```
+
 ## Architecture
 
 Ozone Snapshot architecture leverages the fact that data blocks once written, 
remain immutable for their lifetime. These data blocks are reclaimed only when 
the object key metadata that references them, is deleted from the Ozone 
namespace. All of this Ozone metadata is stored on the OM nodes in the Ozone 
cluster. When a user takes a snapshot of an Ozone bucket, internally the system 
takes snapshot of the Ozone metadata in OM nodes. Since Ozone doesn't allow 
updates to datanode blocks, in [...]


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

Reply via email to