diff --git a/releasenotes/notes/support-modern-compression-9984f77bb12e97e0.yaml b/releasenotes/notes/support-modern-compression-9984f77bb12e97e0.yaml new file mode 100644 index 00000000000..77889e18669 --- /dev/null +++ b/releasenotes/notes/support-modern-compression-9984f77bb12e97e0.yaml @@ -0,0 +1,6 @@ +features: + - | + Added support to cinder backup for use of the Zstandard compression + algorithm. To use it, set the ``backup_compression_algorithm`` to + ``zstd`` in the cinder configuration file. (The default value for + this option is ``zlib``.)