dombizita opened a new pull request, #6645: URL: https://github.com/apache/ozone/pull/6645
## What changes were proposed in this pull request? We didn't have and still don't have support for home directory or trash root in Ozone. The default Filesystem implementation has these implemented, so we had that behaviour in Ozone too, but this can lead to confusion (eg. the home "directory" is actually a bucket under the specific `user` volume, as we returned `/user/username`). With this change we'll throw unsupported operation exception for the `GETHOMEDIRECTORY` and the `GETTRASHROOT` operations. I also removed the test cases for these operations. The Ozone HttpFS documentation already stated, that these operations are unsupported, so I didn't need to change that. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10793 ## How was this patch tested? CI: https://github.com/dombizita/ozone/actions/runs/8968724724 -- 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]
