Pool Administrator with permission to create new Containers

flowbergit

Renowned Member
Jun 3, 2015
42
0
71
It's able to create Pool Administrator with permission to create new Containers ? Even is admin and have access to storage I receive 403 error why ?
 
It's able to create Pool Administrator with permission to create new Containers ? Even is admin and have access to storage I receive 403 error why ?
what is the exact error message ?
 
yes, normally this is accompanied with a more detailed permission exception

but anyway, how does your user/group/acl setup look like?
 
User created via CLI useradd, and next create a pool, and permission for user is set to be Administrator, nothing more
 
did you try create vm with id that was already in the pool? if not this cannot work

if a user wants to create a vm with id YYY the rights on /vms/YYY must be given (this can also be done via a pool)
so you would have to add the vmids to the pool in advance, or give the user the /vms/YYY rights beforehand
 
Thanks a lot, so what is the best solution for my user I want to grant him permission for creating 10 VM or containers, should I specify some id and give access for this before create ?? Which file should i edit , it's rathe not possible via gui?