blazar/releasenotes/notes/move-hosts-back-to-freepool-041fcda9fb3fc6c3.yaml
Pierre Riteau 3ef8b6638a Move hosts back to freepool in case of failure
When reserving multiple hosts, if a host fails to be moved to the host
aggregate of the reservation, all hosts previously moved into the same
aggregate were left in it instead of being moved back to the freepool.
This would result in failures to start future leases allocating any of
these hosts.

Change-Id: I007a9c7c644b6488a7a08e9ebf3029b15cb33b45
Closes-Bug: #1791733
2019-02-12 17:17:09 +00:00

8 lines
277 B
YAML

---
fixes:
- |
If a host fails to be moved to a host aggregate while starting a
reservation, any host previously moved into the same aggregate is now moved
back to the freepool. This helps to prevent failures to start future leases
allocating the same hosts.