Infinidat driver should use pool's compression setting when creating volumes
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Cinder |
Fix Released
|
Low
|
Alexander Deiter | ||
Bug Description
Description: Infinidat driver should use pool's compression setting as default when creating volumes
Request from our customers and product manager:
1. We noticed that when volumes are created by Infinidat Cinder driver, they are created with compression disabled. The behavior should be changed to default to inherit from storage pool - we should only send compression_enabled in the InfiniBox creation request if the ``infinidat_
2. We may also remove support for pre-v3.0 InfiniBox systems that do not support compression. These versions are end of life and no longer supported for a long time.
Steps to reproduce:
* Create a pool in Infinidat storage with enabled compression option
* Configure Infinidat iSCSI or FC block storage backend
* Do not specify the ``infinidat_
* Create a new volume on top of the configured backend
Expected results:
The new volume was successfully created and inherited the compression setting from the parent storage pool
Actual results:
The new volume was successfully created with disabled compression option
| Changed in cinder: | |
| assignee: | nobody → Alexander Deiter (adeiter) |
| description: | updated |
| description: | updated |
| description: | updated |
| tags: | added: drivers infinidat |
| Changed in cinder: | |
| importance: | Undecided → Low |

Fix proposed to branch: master /review. opendev. org/c/openstack /cinder/ +/881188
Review: https:/