PowerFlex driver does not correctly handle size of a cloned/created from snapshot volume

Bug #1935028 reported by Ivan Pchelintsev
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
In Progress
Medium
Ivan Pchelintsev

Bug Description

Dell EMC PowerFlex only supports volumes with size divisible by 8.
PowerFlex driver reported the wrong (not rounded) size of volumes created from snapshot or cloned.
However, on the storage side volume size was correctly rounded.
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| f9cac353-672c-42e2-9783-59f9c6fa571d | available | vol1 | 8 | powerflex1 | false | |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+

$ cinder extend f9cac353-672c-42e2-9783-59f9c6fa571d 13

+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| f9cac353-672c-42e2-9783-59f9c6fa571d | available | vol1 | 13 | powerflex1 | false | |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

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

Changed in cinder:
status: New → In Progress
Changed in cinder:
assignee: nobody → Ivan Pchelintsev (pcheli)
Changed in cinder:
importance: Undecided → Medium
tags: added: dell emc powerflex size volume
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on cinder (master)

Change abandoned by "Ivan Pchelintsev <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/cinder/+/800022

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.