blob: e8cec7287cf7ace97f4a5dfe28a1a8c8128132e3 [file] [log] [blame]
lkuchlan307ea282025-06-18 11:33:19 +03001---
2features:
3 - |
4 Added support for the Cinder ``failover_host`` admin action in the
5 volume v3 services client. This API allows triggering a failover
6 operation on a Cinder backend host, which is essential for testing
7 volume replication and disaster recovery scenarios.
8 - |
9 Added a new waiter function ``wait_for_volume_replication_status()`` in
10 the ``tempest.common.waiters`` module. This waiter polls a volume until
11 it reaches the expected replication_status value, with configurable
12 timeout and interval. This is useful for validating replication state
13 transitions such as 'enabled', 'copying', 'active', and 'failed-over'.