]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enable trim/discard in SolidFire's driver
authorChris Morrell <chris@solidfire.com>
Thu, 7 Jan 2016 23:06:22 +0000 (23:06 +0000)
committerChris Morrell <chris@solidfire.com>
Tue, 12 Jan 2016 18:59:05 +0000 (18:59 +0000)
commitbf4ef47b95a6aeb9b98b531a1d6fe33fc131fe06
tree95badcc94b6622e422d4636604eae56a6d413689
parent2a5e47d9a0410b904a12c09e4f029e4ae6da509f
Enable trim/discard in SolidFire's driver

Pretty straight forward change to set a flag in the connection info
returned from initialize_connection. This change will work pending
upcoming Nova code reviews, as trim/discard support has been supported
by SolidFire since its inception.

Followed the Cinder Liberty spec titled
'cinder-backend-report-discard' for this change.

Change-Id: I667bb27cf4be7cfe7d403c9603c40bf20db9491e
cinder/tests/unit/test_solidfire.py
cinder/volume/drivers/solidfire.py