mike-tutkowski commented on issue #2500: Restrict the number of managed clustered file systems per compute cluster URL: https://github.com/apache/cloudstack/pull/2500#issuecomment-377410810 @rafaelweingartner The summary you provide is correct. The limit of 500 - 600 SRs is related to how long it takes to create the next SR (not related to the performance of the SR once created). I can reword this in this PR details. The idea of this PR is that some admins would like a way to stop creating SRs for managed storage in a given cluster once it reaches a certain limit. We don't want the operation to fail, however, if there is another cluster that can support the additional SR. VMware is a bit different. For that hypervisor, 256 is a hard limit. To avoid hitting this hard limit and failing the operation, we should be able to proactively detect that we are at a limit and use another cluster, if available.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
