Merge "add netapp copyoffload provider location"
This commit is contained in:
commit
1566d81f80
@ -639,6 +639,8 @@ class NetAppCmodeNfsDriver(nfs_base.NetAppNfsDriver,
|
||||
copied = True
|
||||
elif (cache_copy and
|
||||
self.configuration.netapp_copyoffload_tool_path):
|
||||
volume['provider_location'] = volume_utils.extract_host(
|
||||
volume['host'], level='pool')
|
||||
LOG.debug("Trying copy from cache using copy offload.")
|
||||
self._copy_from_remote_cache(volume, image_id, cache_copy)
|
||||
copied = True
|
||||
|
5
releasenotes/notes/bug-b3c37df596c7a632.yaml
Normal file
5
releasenotes/notes/bug-b3c37df596c7a632.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
`Bug #1953168 <https://bugs.launchpad.net/cinder/+bug/1965952>`_:
|
||||
add netapp copyoffload provider location
|
Loading…
Reference in New Issue
Block a user