blob: a4e43ed4525be8c9c3266983f5bc77150767b59e (
plain)
1
2
3
4
|
minor_changes:
- na_elementsw_qos_policy - explicitly define ``minIOPS``, ``maxIOPS``, ``burstIOPS`` as int.
bugfixes:
- na_elementsw_qos_policy - loop would convert `minIOPS`, `maxIOPS`, `burstIOPS` to str, causing type mismatch issues in comparisons.
|