5f0f14a7f8
Currently netapp_snapmirror_quiesce_timeout is an option of replica promote that can only be set by the operator. There are scenarios where high timeout value set by operator does not fit well e.g. disaster stroke and user want to do an unplanned failover fast. Added new option 'quiesce_wait_time' to share replica promote API which allows to use specified wait_time(in seconds) instead of config option. Closes-bug: #2000171 Change-Id: Ib02063ee8b82f7374cd89f90e7f24a845c6c7cd7
8 lines
321 B
YAML
8 lines
321 B
YAML
---
|
|
fixes:
|
|
- |
|
|
In case of NetApp ONTAP driver, user can now set the quiesce timeout
|
|
during promote and this timeout has precedence over NetApp configuration
|
|
`netapp_snapsmirror_quiesce_timeout`. For more details, please refer to
|
|
`launchpad bug 2000171 <https://bugs.launchpad.net/manila/+bug/2000171>`_
|