shwstppr commented on PR #8362: URL: https://github.com/apache/cloudstack/pull/8362#issuecomment-1924394430
> Now there is one global parameter for maximum volume size. With this new feature will it be possible to specify different maximum volume sizes for different storage pools? @gogast no, this feature will not add that functionality. You may add an improvement request for this if needed. However, with this feature, operators will be able to specify host and storage tags as resource limit tags. Once these tags are specified in the new global config, operators will be able to set limits (VM, cpu, memory, volumes and primary storage) for account and domains. This can be useful when you have some specialized hardware on which you would want to enforce some extra limits. Eg, For an account you've set volumes limit as 10. But now you want the account to deploy only 5 volumes on SSD storage. To facilitate this you can tag your SSD storage with tag - `SSD`. Create a corresponding disk offering with this tag. Specify this tags resource.limit.storage.tags. With UI and API now you can set limits for volume resource type with tag `SSD` as 5. In short, it gives functionality to set certain resource limits on a granular level for accounts and domains. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
