6bb0c4fdab
This change introduces new [DEFAULT]/max_concurrent_snapshots parameter in order to limit by default compute resource overuse related to snapshot. Implements: blueprint max-concurrent-snapshots Change-Id: I40b8caf06ed525e97e871cf381776164208461fb
13 lines
432 B
YAML
13 lines
432 B
YAML
---
|
|
features:
|
|
- |
|
|
A new configuration option, ``[DEFAULT]/max_concurrent_snapshots``,
|
|
has been added. This allow operator to configure maximum concurrent
|
|
snapshots on a compute host and prevent resource overuse related
|
|
to snapshot.
|
|
upgrade:
|
|
- |
|
|
Previously, the number of concurrent snapshots was unlimited, now it is
|
|
limited via ``[DEFAULT]/max_concurrent_snapshots``, which currently
|
|
defaults to 5.
|