manila/releasenotes/notes/bug-1957075-fix-replica-promote-autosize-attributes-c180bb7db328bece.yaml
Nahim Alves de Souza 8896534bb4 [NetApp] Fixed replica promotion to updated autosize attributes
When a volume is created in NetApp ONTAP, it has a few autosize
attributes that are set by default. The values of the attributes
are defined according to the volume type (DP/RW).

During the replica promotion, the types are swaped between source
and destination volumes, but the autosize values were not being
updated. This patch fixes this behavior, calling an autosize reset
after promoting the replica.

Closes-Bug: #1957075
Change-Id: I9a4e5763927b7585a8fbd6b0004d6a123dcd7fae
2023-07-31 20:34:22 +00:00

8 lines
329 B
YAML

---
fixes:
- |
NetApp driver: Fixed the issue with replica promotion where the autosize
attributes were not being updated on ONTAP. Now, the autosize attributes
are updated after promoting the replica. For more details, please refer to
`launchpad bug #1957075 <https://bugs.launchpad.net/manila/+bug/1957075>`_