sureshanaparti commented on code in PR #10017:
URL: https://github.com/apache/cloudstack/pull/10017#discussion_r1871061131
##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -1423,6 +1457,9 @@ public enum Config {
DefaultMaxDomainPrimaryStorage("Domain Defaults", ManagementServer.class,
Long.class, "max.domain.primary.storage", "400", "The default maximum primary
storage space (in GiB) that can be used for a domain", null),
DefaultMaxDomainSecondaryStorage("Domain Defaults",
ManagementServer.class, Long.class, "max.domain.secondary.storage", "800", "The
default maximum secondary storage space (in GiB) that can be used for a
domain", null),
DefaultMaxDomainProjects("Domain
Defaults",ManagementServer.class,Long.class,"max.domain.projects","50","The
default maximum number of projects that can be created for a domain",null),
+ // Move to configkey?
+ DefaultMaxDomainBuckets("Domain Defaults", ManagementServer.class,
Long.class, "max.domain.buckets", "-1", "The default maximum number of buckets
that can be created for a domain", null),
+ DefaultMaxDomainObjectStorage("Domain Defaults", ManagementServer.class,
Long.class, "max.domain.object.storage", "-1", "The default maximum object
storage space (in GiB) that can be used for a domain", null),
Review Comment:
set some default limits
--
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]