kolla-ansible/releasenotes/notes/cinder-conversion-tmpfs-94e2ed1de5d9ea06.yaml
Mark Goddard 11a60a6568 Add support for using a tmpfs for Cinder image conversion
This can improve performance of image format conversion and encryption, if
sufficient memory is available on the cinder-volume host.

Closes-Bug: #1897276

Change-Id: I4ca1c4db7b66fdfc6bb873aad2570234f3882d81
2020-12-16 10:02:48 +00:00

7 lines
251 B
YAML

---
features:
- |
Adds support for using a ``tmpfs`` mount for the image conversion directory
of the ``cinder_volume`` container. This is disabled by default, but may be
enabled by setting ``cinder_enable_conversion_tmpfs`` to ``true``.