Soumitra Sulav created HDDS-7514:
------------------------------------

             Summary: [snapshot] Snapshot LS API lists wrong value for 
snapshotPath
                 Key: HDDS-7514
                 URL: https://issues.apache.org/jira/browse/HDDS-7514
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Manager
    Affects Versions: 1.3.0
            Reporter: Soumitra Sulav


snapshotID and snapshotPath are populated with same value on ls snapshot.
Path should rather be updated correctly.

{code:java}
[root@ozs7b-2 ~]# ozone sh snapshot ls eng/data
[ {
  "metadata" : { },
  "volumeName" : "eng",
  "bucketName" : "data",
  "name" : "snap1",
  "creationTime" : 1668133769448,
  "snapshotStatus" : "SNAPSHOT_ACTIVE",
  "snapshotID" : "0ff0a450-8238-49fc-83e6-d672794a5b36",
  "snapshotPath" : "0ff0a450-8238-49fc-83e6-d672794a5b36"
}
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to