cinder/releasenotes/notes/netapp-fix-issue-while-ensuring-snapmirror-creation-bea36a69d443e86f.yaml
Luisa Amaral a4ea2db290 NetApp ONTAP: Fix type error exception in get_volume_state
When a Flexgroup is being replicated in ONTAP, a snapmirror is created.
However, while ensuring the snapmirror creation, a type error occurs.

The function get_volume_state has a parameter name set as 'name', and it
is called under 'flexvol_name' causing the type error exception.

This patch solves the bug by fixing 'flexvol_name' to 'name'

Closes-Bug: #1958245
Change-Id: Ibf9823a47980901042a9c95ca3cd850cd14f0033
2022-06-14 16:42:42 +00:00

10 lines
332 B
YAML

---
fixes:
- |
NetApp ONTAP `bug #1958245
<https://bugs.launchpad.net/cinder/+bug/1958245>`_: In an ONTAP
flexgroup replication environment, snapmirror creation would
succeed but a driver bug caused an error message to be logged
for the cinder-volume service. The issue has been corrected in
this release.