572be43bb0
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
10 lines
404 B
YAML
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.
|
|
|