]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp cmode iscsi: Fix QOS extra spec
authorAlex Meade <mr.alex.meade@gmail.com>
Wed, 19 Mar 2014 18:03:15 +0000 (14:03 -0400)
committerAlex Meade <mr.alex.meade@gmail.com>
Thu, 27 Mar 2014 02:07:52 +0000 (22:07 -0400)
commit7c1fe4a0625274421a62dd14f9957dcc98c4e247
tree64fe58aeb1b6d6508b7131c58d2cb937313745d4
parent1e6560ac69efb278c291817dbd76bc2c5919d2d6
NetApp cmode iscsi: Fix QOS extra spec

This patch fixes the incorrect behavior where the NetApp cmode
iscsi driver will choose to create a volume on a flexVol that has
a QOS policy group that matches the specified QOS policy group
intended for the cinder volume. The correct behavior is to ignore
the QOS policy group of the flexVol and instead assign the QOS policy
group to the newly created cinder volume.

Change-Id: Ibeb8e3b965af8e79d0294c5cf97410da2b44d40c
Partial-Bug: #1288283
cinder/tests/volume/drivers/netapp/test_iscsi.py
cinder/volume/drivers/netapp/iscsi.py