Limit the number of concurrent snapshots
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: I40b8caf06ed525e97e871cf381776164208461fbchanges/69/736169/4
parent
d7f9862427
commit
6bb0c4fdab
@ -0,0 +1,12 @@
|
||||
---
|
||||
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.
|
||||
Loading…
Reference in New Issue