Merge "NetApp ONTAP: Remove iSCSI/FC driver online volume extend support"
This commit is contained in:
commit
098c8acf71
@ -431,6 +431,7 @@ class NetAppBlockStorageCmodeLibraryTestCase(test.TestCase):
|
|||||||
'netapp_raid_type': 'raid_dp',
|
'netapp_raid_type': 'raid_dp',
|
||||||
'netapp_disk_type': 'SSD',
|
'netapp_disk_type': 'SSD',
|
||||||
'replication_enabled': False,
|
'replication_enabled': False,
|
||||||
|
'online_extend_support': False,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
expected[0].update({'QoS_support': cluster_credentials})
|
expected[0].update({'QoS_support': cluster_credentials})
|
||||||
|
@ -296,6 +296,7 @@ class NetAppBlockStorageCmodeLibrary(block_base.NetAppBlockStorageLibrary,
|
|||||||
# Add driver capabilities and config info
|
# Add driver capabilities and config info
|
||||||
pool['QoS_support'] = self.using_cluster_credentials
|
pool['QoS_support'] = self.using_cluster_credentials
|
||||||
pool['multiattach'] = False
|
pool['multiattach'] = False
|
||||||
|
pool['online_extend_support'] = False
|
||||||
pool['consistencygroup_support'] = True
|
pool['consistencygroup_support'] = True
|
||||||
pool['consistent_group_snapshot_enabled'] = True
|
pool['consistent_group_snapshot_enabled'] = True
|
||||||
pool['reserved_percentage'] = self.reserved_percentage
|
pool['reserved_percentage'] = self.reserved_percentage
|
||||||
|
6
releasenotes/notes/bug-1765182-34fdc4bb8482f8a5.yaml
Normal file
6
releasenotes/notes/bug-1765182-34fdc4bb8482f8a5.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user