Skip to content

Instantly share code, notes, and snippets.

@tanabarr
Created September 26, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanabarr/87a9ef1bf45474edcd380ce63a1e7469 to your computer and use it in GitHub Desktop.
Save tanabarr/87a9ef1bf45474edcd380ce63a1e7469 to your computer and use it in GitHub Desktop.
Create a DAOS pool with permissions read from a supplied ACL file.
[root@wolf-71 daos_m]# daos_shell pool create -a /tmp/acls -s 1G -n 10G -i
Active connections: [localhost:10001]
Creating DAOS pool with 1GB SCM and 10GB NvMe storage (0.100 ratio)
Pool-create command SUCCEEDED: UUID: 58191829-6d76-4a37-b7cd-ded5604bfbde, Service replicas: 0
[root@wolf-71 daos_m]# cat /tmp/acls
A::root@:rw
A::OWNER@:rw
A:g:readers@:r
L:f:baduser@:rw
U:f:EVERYONE@:rw
[root@wolf-71 daos_m]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment