GeorgeJahad opened a new pull request, #3598: URL: https://github.com/apache/ozone/pull/3598
## What changes were proposed in this pull request? So, for example, a delete of one volume can delete data in another. This shows the problem: ``` #create the data in first vol: ozone fs -mkdir -p /vol/bucket ozone fs -put /etc/hosts /vol/bucket/key #create the second vol with a link ozone fs -mkdir /vol2 ozone sh bucket link vol/bucket/ vol2/link #confirm the data is there in first vol: ozone fs -ls /vol/bucket/key #-rw-rw-rw- 1 hadoop hadoop 176 2022-07-14 19:16 /vol/bucket/key #delete 2nd vol ozone fs -rm -r -f -skipTrash /vol2 #confirm data is missing from first vol ozone fs -ls /vol/bucket/key #ls: `/vol/bucket/key': No such file or directory ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7005 ## How was this patch tested? UT added -- 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]
