2b60912d56
The Netapp ONTAP iSCSI driver does not support online volume extend. It may work if the requested size does not exceed the LUN max geometry, otherwise it will require the LUN to be detached. In such case, the backend currently detaches and leaves the volume in an inconsistent state. This patch forces the ONTAP iSCSI driver to raise an exception whenever an online extend is requested and it detects it would exceed the LUN max geometry. Change-Id: Ie3dddbc05c6cd32e27168d68f4cb819364b0438c Closes-Bug: #1712651
7 lines
196 B
YAML
7 lines
196 B
YAML
---
|
|
fixes:
|
|
- |
|
|
NetApp ONTAP iSCSI (bug 1712651): Fix ONTAP NetApp iSCSI driver not
|
|
raising a proper exception when trying to extend an attached volume
|
|
beyond its max geometry.
|