You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/30 04:57:28 UTC

[GitHub] [hadoop-ozone] cxorm edited a comment on issue #94: HDDS-2255. Improve Acl Handler Messages

cxorm edited a comment on issue #94: HDDS-2255. Improve Acl Handler Messages
URL: https://github.com/apache/hadoop-ozone/pull/94#issuecomment-547457348
 
 
   Thanks @bharatviswa504 for the comment.
   
   ```RemoveAclHandler``` updated.
   
   And I found that
   
   ```ozone sh vol setacl --acls=user:newUser:wr,user:newUser:w,user:newUser:r /vol```  will return ```false``` for the already existed acl.
   
   ```ozone sh bucket setacl --acls=user:newUser:wr,user:newUser:w,user:newUser:r /vol/buc``` will return ```true```
   
   ```ozone sh key setacl --acls=user:newUser:wr,user:newUser:w,user:newUser:r /vol/buc/ikey``` will return ```true```
   
   So we update the ```SetAclVolumeHandler```.
   
   Could we fix the ```SetAclVolumeHandler``` &```SetAclVolumeHandler``` to show the right message for the existed acl ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org