]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp cmode nfs: Fix QOS extra spec
authorAlex Meade <mr.alex.meade@gmail.com>
Thu, 20 Mar 2014 19:44:44 +0000 (15:44 -0400)
committerAlex Meade <mr.alex.meade@gmail.com>
Thu, 27 Mar 2014 02:07:52 +0000 (22:07 -0400)
commitb2447503b0ba98e644439d31435d47435c46cd69
tree655aefa237ba15c6424951531450bc57f7fe9708
parent7c1fe4a0625274421a62dd14f9957dcc98c4e247
NetApp cmode nfs: Fix QOS extra spec

This patch fixes the incorrect behavior where the NetApp cmode
nfs 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: I45d905da2a9a07b3ae8c00a225ab3b7f7ceb12d8
Closes-Bug: #1288283
cinder/tests/test_netapp_nfs.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/netapp/ssc_utils.py