]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Netapp iscsi: allow snapshots with unspecified block range.
authorJeff Applewhite <jeff.applewhite@netapp.com>
Mon, 24 Mar 2014 21:37:22 +0000 (17:37 -0400)
committerJeff Applewhite <jeff.applewhite@netapp.com>
Tue, 25 Mar 2014 14:15:41 +0000 (10:15 -0400)
commitaf4a58d672cfa0c4b63015e7e783461570296c76
treea566fe1b52eb83d16ed44ed2957f652bcbbbc9c7
parentb58446000e150c674b5c7301dde9ec9666b7d244
Netapp iscsi: allow snapshots with unspecified block range.

Snapshots were failing to create in all cases in the NetApp iscsi
driver. The clone lun function was never issuing the zapi call
because the block count was set to 0.

Closes-Bug: 1296881

Change-Id: Ic2bf67b57a566632103a3fa2ff032555f42a3961
cinder/tests/volume/drivers/netapp/test_iscsi.py
cinder/volume/drivers/netapp/iscsi.py