manila/releasenotes/notes/bug-1848889-netapp-fix-share-replica-update-check-failure-90aa964417e7734c.yaml
Douglas Viroel 572be43bb0 [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
2019-11-05 19:13:37 -02: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.