6e8ed59a91
In order to determine replica state from snapmirror, in addition to existing check of last-transfer-end-timestamp', also add new checks of `last-transfer-size` and `last-transfer-error`. New config option `netapp_snapmirror_last_transfer_size_limit` added with default value of 1MB. The last-transfer-size above this value or presence of any last-transfer-error is considered as replica is out_of_sync. Closes-bug: #1989175 Change-Id: I6d038244493583cc943063b50d731b8c1ef5ed28
11 lines
488 B
YAML
11 lines
488 B
YAML
---
|
|
features:
|
|
- |
|
|
NetApp driver now considers ``last-transfer-size`` and
|
|
``last-transfer-error`` fields of the snapmirror in addition to existing
|
|
``last-transfer-end-timestamp`` to decide whether replica is in_sync or
|
|
out_of_sync. Added new config option
|
|
`netapp_snapmirror_last_transfer_size_limit` (default 1MB). If value of
|
|
`last-transfer-size` field is greater than config value or if
|
|
`last-transfer-error` field is present, then replica is out_of_sync.
|