mirror of https://github.com/apache/cloudstack.git
Correcting the case for secondary storage limit
This commit is contained in:
parent
c65ad6b8e8
commit
3a9001bfb6
|
|
@ -530,7 +530,7 @@
|
|||
case "10":
|
||||
domainObj["primaryStorageLimit"] = limit.max;
|
||||
break;
|
||||
case "7":
|
||||
case "11":
|
||||
domainObj["secondaryStorageLimit"] = limit.max;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue