a4ea2db290
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
10 lines
332 B
YAML
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.
|