ashishkumar50 commented on PR #6780: URL: https://github.com/apache/ozone/pull/6780#issuecomment-2154338084
If user1 runs below command `ozone fs -rm -r -skipTrash ofs://om/tmp/` It will just delete user1 files inside user1 hashed bucket But if same user1 runs below command `ozone sh volume delete -r -y tmp` In this case it will delete all users file. Both command looks same using different system but does different work. User will be unaware if this will happen. -- 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]
