8dc6235b5f
The change [1] modified the function `share_server_get_all_by_host_and_share_subnet_valid` adding the status option. However, it removed the actual filter from the query wrongly. As result, the method is returning all share servers without taking the status in account. This patch reverts that change and also creating a new one for collecting all share servers no matter their states. [1] https://review.opendev.org/c/openstack/manila/+/825110 Closes-Bug: #1978962 Change-Id: I8d9437eafde67407ba5e337dd495fdb74eefec70
9 lines
377 B
YAML
9 lines
377 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Drivers using DHSS True mode has the server creation phase. This phase
|
|
tries to reuse one of available share servers, however, the Manila code
|
|
is considering all share servers states as available, rather than
|
|
considering only the active or creating ones. Now, only the correct share
|
|
servers are passed to drivers as available to be reused.
|