Bug 1371888
Summary: | [z-stream clone - 4.0.4] User can't assign CPU profile after upgrade from 3.6 to 4.0 | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ |
Component: | ovirt-engine | Assignee: | Andrej Krejcir <akrejcir> |
Status: | CLOSED ERRATA | QA Contact: | Artyom <alukiano> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.0.0 | CC: | akrejcir, alukiano, dfediuck, gklein, jbryant, jcoscia, lsurette, mavital, mbasti, mgoldboi, michal.skrivanek, pspacek, rbalakri, Rhev-m-bugs, srevivo, trichard, ykaul |
Target Milestone: | ovirt-4.0.4 | Keywords: | Regression, Triaged, ZStream |
Target Release: | 4.0.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, when checking permissions for a CPU profile, group permissions were not considered. Users that were part of a group could not assign a CPU profile and so could not start a virtual machine. This was fixed by using PermissionDao and correct SQL functions when checking permissions, so group permissions are now considered.
|
Story Points: | --- |
Clone Of: | 1369046 | Environment: | |
Last Closed: | 2016-09-28 22:17:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1369046 | ||
Bug Blocks: |
Comment 3
Jason
2016-09-13 13:28:02 UTC
Hi, can you please provide reproduce steps for this bug. I verified it using these steps: 1. create a user, a group and add the user to the group 2. remove the premission CpuProfileOperator for 'Everyone' on a cpu profile 3. add VmCreator permission for the user on the cluster 4. try to create a VM with the cpu profile in the userportal - should work 5. remove the premission for the user and add the same permission for the group 6. again, try to create a VM in the userportal - should also work Or other steps can be used to check that CpuProfile works with a group permissions. Looks like bug also exists under rhevm-3.6.9.2-0.1.el6.noarch 1) create a user, a group and add the user to the group # ovirt-aaa-jdbc-tool group-manage show group_test Group: group_test(a52f4ff6-f32a-4007-b548-c0f1ea0946a0) members: User: alukiano 2) remove the permissions CpuProfileOperator for 'Everyone' on a CPU profile 3) add VmCreator permission for the user 'alukiano' on the cluster 4) try to create a VM with the CPU profile in the userportal - WORK 5) remove the permissions for the user 'alukiano' and add the same permission for the group 'group_test' 6) again, try to create a VM in the userportal - NOT WORK So maybe we can also cherry-pick this patch to 3.6 Verified on rhevm-4.0.4.3-0.1.el7ev.noarch 1) create a user, a group and add the user to the group # ovirt-aaa-jdbc-tool group-manage show group_test Group: group_test(dcdfd9ad-36a3-49d7-b4c1-10944cee9485) members: User: alukiano 2) remove the permissions CpuProfileOperator for 'Everyone' on a CPU profile 3) add VmCreator permission for the user 'alukiano' on the cluster 4) try to create a VM with the CPU profile in the userportal - WORK 5) remove the permissions for the user 'alukiano' and add the same permission for the group 'group_test' 6) again, try to create a VM in the userportal - WORK Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-1967.html |