Created attachment 1232271 [details] picture of tenant and child tenant quota Description of problem: Tenant Quota allows you to set the Total quota to be less than the Allocated value(s) for sub-tenants. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Set sub-tenant quota for cpu to be 8 (or any number greater than 1) 2. Set tenant quota for cpu to 1 3. Actual results: Tenant quota is allowed to be less than total allocated. Expected results: Tenant quota should NOT be allowed to be less than total allocated. Additional info:
Is this issue exists for subtenants on second or third level ?
This exists on the second level. Billy
Billy, Thank you for checking. Just for clarificationcon: Let's say tenants hierarchy is: Root -> Tenant1 -> Tenant2 -> Tenant3. By design we are not checking limitation for Root and Tenant1. (unfortunately UI does allow to set-up quotes, which will be ignored). Quotes check starting from Tenant2. Could you confirm that issue exists when setting quotes for Tenant2 bigger that allocated quote for Tenanat3
Yuri, The UI will NOT let you set quota for tenant2 bigger than tenant3. The problem is the lowest level isn't checking anything and will let you set quota to whatever you want. In my case, I set the quota to 200 for tenant2. I set the quota for tenant3 to 400 and it should have not allowed me to go beyond what tenant2 is set at (200). Hope this helps Billy
By design we are not checking limitation for Root and Tenant1.