| lkuchlan | 307ea28 | 2025-06-18 11:33:19 +0300 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 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'. |