You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "hemantk-12 (via GitHub)" <gi...@apache.org> on 2023/07/17 23:46:24 UTC

[GitHub] [ozone] hemantk-12 opened a new pull request, #5081: HDDS-7953. [Snapshot] Print snapshot diff properly in shell when there is no diff

hemantk-12 opened a new pull request, #5081:
URL: https://github.com/apache/ozone/pull/5081

   ## What changes were proposed in this pull request?
   This change is to print snapshot diff properly if there is no diff between two snapshots.
   Current states:
   ```
   sh-4.2$ ozone sh snapshot diff vol1/bucket1 snap2 snap3
   Difference between snapshot: snap2 and snapshot: snap3
   sh-4.2$ 
   ```
   After the change:
   ```
   sh-4.2$ ozone sh snapshot diff vol1/bucket1 snap2 snap3
   Difference between snapshot: snap2 and snapshot: snap3
   
   sh-4.2$ 
   ```
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-7953
   
   ## How was this patch tested?
   Tested it locally using the docker and verified it.
   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] prashantpogde merged pull request #5081: HDDS-7953. [Snapshot] Print snapshot diff properly in shell when there is no diff

Posted by "prashantpogde (via GitHub)" <gi...@apache.org>.
prashantpogde merged PR #5081:
URL: https://github.com/apache/ozone/pull/5081


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #5081: HDDS-7953. [Snapshot] Print snapshot diff properly in shell when there is no diff

Posted by "smengcl (via GitHub)" <gi...@apache.org>.
smengcl commented on PR #5081:
URL: https://github.com/apache/ozone/pull/5081#issuecomment-1640844264

   Thanks @hemantk-12 for the patch. Thanks @ayushtkn @prashantpogde for the review.
   
   `ozone sh snapshot diff` output format should now match `hdfs snapshotDiff`'s.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org