Sadanand Shenoy created HDDS-7789:
-------------------------------------

             Summary: Provide API for snapDiff from OFS.
                 Key: HDDS-7789
                 URL: https://issues.apache.org/jira/browse/HDDS-7789
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Filesystem
            Reporter: Sadanand Shenoy
            Assignee: Sadanand Shenoy


Expose an API to generate snapdiff between 2 snapshots from 
BasicRootedOzoneFilesystem, This will be useful for distcp code for snapshot 
based copy update.
{code:java}
public SnapshotDiffReport getSnapshotDiffReport(final Path snapshotDir,
    final String fromSnapshot, final String toSnapshot) throws IOException; 
{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