manila/releasenotes/notes/netapp-remove-last-transfer-size-limit-check-ec66035ff30ad70b.yaml
Chuan Miao f46ec7b82e [netapp] remove last-transfer-size check for updating replica state
The last-transfer-size check has not worked very well in production.
Replicas with frequent data changes always stay in 'out-of-sync' for its
'replica_state'. This PR removes the check.

Closes-Bug: #2066031
Change-Id: I05d2e7c72c04f941182accf8e68102ccea1d6b99
2024-10-05 13:29:19 +02:00

8 lines
311 B
YAML

---
upgrade:
- |
Removed the check for the last transfer size during updating replica state
in the ONTAP driver. Also removed the corresponding option
`netapp_snapmirror_last_transfer_size_limit`. See `launchpad bug 2066031
<https://bugs.launchpad.net/manila/+bug/2066031>`_ for more details.