mirror of https://github.com/apache/cloudstack.git
* Validate API IOPS normal and maximum read/write values. Ensures that normal read/write cannot be greater than Maximum read/write. Additionally, it was added a global settings 'iops.maximum.rate.length'. 'iops.maximum.rate.length' sets the maximum IOPS read/write length (seconds) accepted; thus, preventing irrealistic values for a disk offering (e.g. hours or days of burst IOPS). The default value is 0 (zero) and allows any IOPS maximum rate length. Example: iops.maximum.rate.length = 3600 sets the maximum IOPS length accepted for a disk offering as 3600 seconds (60 minutes). * Fix log String.format message from %s to %d * Add bytes rate validation * Refactoring to cover Read/Write Bytes and IOPS length validation * Fix "copy-paste" issue with bytes write rate max length |
||
|---|---|---|
| .. | ||
| ConfigurationManagerTest.java | ||
| ValidateIpRangeTest.java | ||