cinder/releasenotes/notes/hpe-3par-small-qos-latency-values-d5fa70a605b04335.yaml
raghavendrat 5546b13597 HPE 3PAR: Fix to use small QoS Latency value
If QoS Latency is created with small value (less than 1; eg 0.1),
then during create volume, below error occurs:

Exception: invalid literal for int() with base 10: '0.1'

This patch is submitted to handle small QoS Latency values.

Closes-Bug: #2018994
Change-Id: I09cc3986a7be614f8870f3712eb05b5adfed2425
2023-05-15 11:14:00 +00:00

7 lines
160 B
YAML

---
fixes:
- |
HPE 3PAR driver `bug #2018994
<https://bugs.launchpad.net/cinder/+bug/2018994>`_:
Fixed: use small QoS Latency value (less than 1)