manila/releasenotes/notes/bug-1848889-netapp-fix-share-replica-update-check-failure-90aa964417e7734c.yaml
Douglas Viroel d03dc6ef51 [NetApp] Fix share replica failing for 'transfer in progress' error
This patch fix an issue in NetApp driver share replica periodic
check that erroneuouly set a share replica to error after receiving
a 'Another transfer is in progress' error. The driver now skips the
resync operation for all expected transfer in progress relationship
status.

Closes-Bug: #1848889
Change-Id: If82aaa184db84660389f82654279f3c5b238fd51
(cherry picked from commit 572be43bb0)
(cherry picked from commit cc2dea14a5)
(cherry picked from commit 48f3e09d12)
2020-04-29 15:12:52 +00:00

10 lines
404 B
YAML

---
fixes:
- |
Fixed an issue in NetApp driver share replica periodic check that
erroneously set a replica state to 'error'. In this routine, a SnapMirror
resync operation was being triggered while the replica data transfering is
still in progress, receiving an error from the storage side. The driver now
skips resync operation for all in progress SnapMirror relationship status.