puppet-cinder/releasenotes/notes/backup-concurrency-bedc9f5d4645b0f3.yaml
Takashi Kajinami 7767056412 Add support to set concurrency of cinder-backup
This patch introduces two new parameters, backup_workers and
backup_max_operations, so that operators can set concurrency of
cinder-backup process via puppet-cinder.

Change-Id: I6df2a6f62b4339e65cacdcb328c374f7fca8e9fb
2020-10-19 19:08:54 +09:00

10 lines
248 B
YAML

---
features:
- |
The following two parameters have been added to the ``cinder::backup``
class, to support the corresponding parameters to define concurrency of
cinder-backup.
- ``backup_workers``
- ``backup_max_operations``