cinder/cinder/tests/unit/volume/drivers/netapp/dataontap
Arthur Nascimento Santos 510613e135 NetApp ONTAP: Fix extend volume for iSCSI/FCP
Due to a characteristic on ONTAP devices, the volume extend
operation has a max resize size limited by underlying LUN's
geometry, so the support for extend online volumes was
disabled.

This patch fixes it by allowing a volume (attached or not)
to be extended up to 16TB, which is the max LUN size
supported by ONTAP.

NFS online_extend_support is still disabled due to a bug [0]
found on the generic implementation for NFS driver, which
ONTAP NFS driver relies on.

Closes-Bug: #1874134

[0] https://bugs.launchpad.net/cinder/+bug/1870367

Change-Id: I2812d71b23f27fe8be4e9a757094867f71b1afa2
2020-06-04 17:43:54 +00:00
..
client NetApp ONTAP: Fix extend volume for iSCSI/FCP 2020-06-04 17:43:54 +00:00
performance Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
utils Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py NetApp ONTAP: Fix extend volume for iSCSI/FCP 2020-06-04 17:43:54 +00:00
test_block_base.py NetApp ONTAP: Fix extend volume for iSCSI/FCP 2020-06-04 17:43:54 +00:00
test_block_cmode.py NetApp ONTAP: Fix extend volume for iSCSI/FCP 2020-06-04 17:43:54 +00:00
test_block_driver_interfaces.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_nfs_base.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_nfs_cmode.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00