Merge "NetApp ONTAP: Remove iSCSI/FC driver online volume extend support"

This commit is contained in:
Zuul 2018-07-13 20:35:32 +00:00 committed by Gerrit Code Review
commit 098c8acf71
3 changed files with 8 additions and 0 deletions

View File

@ -431,6 +431,7 @@ class NetAppBlockStorageCmodeLibraryTestCase(test.TestCase):
'netapp_raid_type': 'raid_dp',
'netapp_disk_type': 'SSD',
'replication_enabled': False,
'online_extend_support': False,
}]
expected[0].update({'QoS_support': cluster_credentials})

View File

@ -296,6 +296,7 @@ class NetAppBlockStorageCmodeLibrary(block_base.NetAppBlockStorageLibrary,
# Add driver capabilities and config info
pool['QoS_support'] = self.using_cluster_credentials
pool['multiattach'] = False
pool['online_extend_support'] = False
pool['consistencygroup_support'] = True
pool['consistent_group_snapshot_enabled'] = True
pool['reserved_percentage'] = self.reserved_percentage

View File

@ -0,0 +1,6 @@
---
fixes:
- |
NetApp ONTAP (bug 1765182): Make ONTAP NetApp iSCSI driver and FC driver
report to the Cinder scheduler that they don't support online volume
extending.