manila/releasenotes/notes/bug-2071359-netapp-retry-sis-operatin-if-already-active-4625605175f76d07.yaml
Kiran Pawar e982eae40a Netapp: Retry Dedupe enable/disable if busy
With some NetApp hardware models, driver turn on efficiency by default.
That is why Manila might see the conflicting sis operation. Retry for 5
times, in case dedupe enable/disable failed with error "Another sis
operation is currently active."

Closes-bug: #2071359
Change-Id: I6229a98063d393289e2225ceacd84145ecf320d0
2024-07-03 08:40:53 +00:00

9 lines
403 B
YAML

---
fixes:
- |
NetApp ONTAP driver will now retry the sis operation (e.g. dedupe) if sis
operation is currently active. This is needed because NetApp turns on
efficiency (by default) on latest hardware which causes conflicting sis
operation when Manila tries to turn it off. For more details, please check
Launchpad `bug #2071359 <https://bugs.launchpad.net/manila/+bug/2071359>`_