cinder/releasenotes/notes/add-configurable-img-conversion-param-1e7b545ae816dfe8.yaml
Marc Methot f3ebdd56c5 Configurable timeout of the QEMU img conversion
Instead of having a hardcoded value the conversion prlimits are
now operator configurable. These settings have always been arbitrary
as it depends on the environment.

Change-Id: I462cecc3152bf838b7d42d5abc3ca31610567e5e
Closes-Bug: #1705340
2020-01-22 07:56:39 -05:00

8 lines
278 B
YAML

---
features:
- |
Added the ``image_conversion_cpu_limit`` and
``image_conversion_address_space_limit`` as configurable parameters. This
adds configurability to the image conversion process to prevent the process
from timing out when converting larger images.