You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
For regular user. If the RUNNING_* quota is exceeded and he tries to deploy undeployed or stopped VM. The deploy action succeeds and running quota is not updated.
To Reproduce
As regular user:
Create VM:
Undeploy VM
As admin set all running quota limits to 0
Deploy the VM
Expected behavior
The deploy action should fail with quota authorization error
Details
Affected Component: Core
Hypervisor: --
Version: 6.10
Additional context
For master branch it will be solved as side effect of Cluster Quotas
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
This feature adds support for VM quotas at cluster level. CLUSTER_IDS
can be set for a VM quota so the admin can limit the number of resources (e.g. VMs) a
user/group can create in a given cluster.
This commit also fixes:
- B #2226
- B #6823
Co-authored-by: Pavel Czerny <[email protected]>
Description
For regular user. If the
RUNNING_*
quota is exceeded and he tries to deploy undeployed or stopped VM. The deploy action succeeds and running quota is not updated.To Reproduce
As regular user:
Expected behavior
The deploy action should fail with quota authorization error
Details
Additional context
For master branch it will be solved as side effect of Cluster Quotas
Progress Status
The text was updated successfully, but these errors were encountered: