tripleo-heat-templates/releasenotes/notes/cinder-backup-compression-algorithm-337a6708264cb84a.yaml
Alan Bishop d29e1b249b Add CinderBackupCompressionAlgorithm parameter
The CinderBackupCompressionAlgorithm supports specifying the compression
algorithm for cinder backup drivers that support the feature (most of
the drivers do, but the ceph backup driver doesn't).

Change-Id: Icbdee2a30e2bc6fcf0dc7774e622e27b5cc15270
2021-04-21 10:49:58 -07:00

8 lines
261 B
YAML

---
features:
- |
A new ``CinderBackupCompressionAlgorithm`` parameter supports specifying
the compression algorithm used by Cinder Backup backends that support the
feature. The parameter defaults to ``zlib,`` which is Cinder's default
value.