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
Copy file name to clipboardExpand all lines: server/src/main/java/com/cloud/configuration/Config.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1371,14 +1371,6 @@ public enum Config {
1371
1371
"10",
1372
1372
"The default maximum number of projects that can be created for an account",
1373
1373
null),
1374
-
DefaultMaxAccountGpus(
1375
-
"Account Defaults",
1376
-
ManagementServer.class,
1377
-
Long.class,
1378
-
"max.account.gpus",
1379
-
"20",
1380
-
"The default maximum number of gpu cores that can be used for an account",
1381
-
null),
1382
1374
1383
1375
//disabling lb as cluster sync does not work with distributed cluster
1384
1376
SubDomainNetworkAccess(
@@ -1430,14 +1422,6 @@ public enum Config {
1430
1422
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),
1431
1423
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),
1432
1424
1433
-
DefaultMaxDomainGpus(
1434
-
"Domain Defaults",
1435
-
ManagementServer.class,
1436
-
Long.class,
1437
-
"max.domain.gpus",
1438
-
"40",
1439
-
"The default maximum number of gpu cores that can be used for a domain",
1440
-
null),
1441
1425
DefaultMaxProjectUserVms(
1442
1426
"Project Defaults",
1443
1427
ManagementServer.class,
@@ -1518,14 +1502,6 @@ public enum Config {
1518
1502
"200",
1519
1503
"The default maximum primary storage space (in GiB) that can be used for an project",
1520
1504
null),
1521
-
DefaultMaxProjectGpus(
1522
-
"Project Defaults",
1523
-
ManagementServer.class,
1524
-
Long.class,
1525
-
"max.project.gpus",
1526
-
"20",
1527
-
"The default maximum number of gpu cores that can be used for a project",
0 commit comments