bharatviswa504 commented on a change in pull request #2771:
URL: https://github.com/apache/ozone/pull/2771#discussion_r738847232
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/BucketArgs.java
##########
@@ -62,6 +62,9 @@
private long quotaInBytes;
private long quotaInNamespace;
+ private String owner;
+ private String admin;
Review comment:
What is the purpose of admin for buckets?
Because for volumes only admins can create this, and if admins want to
change the owner of the volume to other owner can help.
Where as bucket in case any user who has create permission on volume can
create buckets. Not understood what is the play of admin field in bucket
--
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]