2c30fed486
On those backends, there is no need to calculate provisioned_capacity_gb as it is not used during the scheduling. This calculation was not scaling properly on big environments as it implies many database queries. Closes-Bug: #1869712 Change-Id: Icb8947991723a2a1cc334a72276a35cf50fc1b7d
8 lines
319 B
YAML
8 lines
319 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Reduces an increase of schedule time for non thin provisioned backends.
|
|
On those backends, there is no need to calculate provisioned_capacity_gb,
|
|
as it is not used during the scheduling. This calculation was not scaling
|
|
properly on big environments as it implies many database queries.
|