I have a resource pool and am trying to understand how permissions work for them. Suppose I have three users (student1, student2, and instructor) and two groups (students and instructors). Student1 and Student2 are members of the group students and instructor is a member of instructors. Ideally, I thought I could create a resource pool for the VMs and assign permissions to that resource pool in the following way.
@students -- NoAccess
@instructors -- PVEVMAdmin
And then in the individual VMs for each user, I could assign the following permissions:
Student1-VM -- student1@pve -- PVEVMUser
Student2-VM -- student2@pve -- PVEVMUser
And then when the student users login they would see only their own VM and the instructor would see all of the VMs assigned to that resource pool, but that doesn't seem to work. When a student logs in, they don't see anything. Am I missing something obvious in the assigning of permissions?
@students -- NoAccess
@instructors -- PVEVMAdmin
And then in the individual VMs for each user, I could assign the following permissions:
Student1-VM -- student1@pve -- PVEVMUser
Student2-VM -- student2@pve -- PVEVMUser
And then when the student users login they would see only their own VM and the instructor would see all of the VMs assigned to that resource pool, but that doesn't seem to work. When a student logs in, they don't see anything. Am I missing something obvious in the assigning of permissions?