e982eae40a
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
9 lines
403 B
YAML
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>`_
|