Backup for PVEUsers without rights

informant

Renowned Member
Jan 31, 2012
793
10
83
Hello,

we have create a new VM and a new User. The User have the right: PVEVMUser, we have set the HDD Option "no Backup". But, if cust login, they have the option/register "Backup". How can we disable this?
And a 2nd question, how can the user create a Snapshot of her Server? The haven´t this register/option in her login.

Thanks and best regards.
 
Solved.

We have create a new Rule for this Users with following command:
Code:
pveum roleadd PVEKVMUser -privs "VM.Audit VM.Config.CDROM VM.PowerMgmt VM.Console VM.Snapshot"
Hope, we can help others. best regards
 
Not quite the same Problem, but I created a pveUser "test" and a pveGroup "backuptestadmin" . I gave Administrator permission to the group backuptestadmin in /storage/BackUp1 . I added the pveUser "test" to the group "backuptestadmin".
When I do login in with user "test", I can see the correct summery, but I cannot see any contents or file, but the backupfile is in there. I thougt an Administrator should see and manipulate everything he is able to see or to open.
Any suggestions?