]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add lun number (0) to model_update in HpSanDriver
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 20 Sep 2012 23:27:13 +0000 (17:27 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 20 Sep 2012 23:29:09 +0000 (17:29 -0600)
commitf55198570fd59b7a2a4ddd2f5e77b3d03d0a3d64
tree531e7e6aa9d768d2a778823b36bc9c7d3e8ec13e
parent6929fa2166b44e47da40e798148ed901ede673f1
Add lun number (0) to model_update in HpSanDriver

The HpSanDriver was not setting the lun number in model_update
and as a result default value of 1 was being used.  Trouble is the
Lun number used by LeftHand is 0, so the connect info would be
wrong and fail when trying to attach the volume.

Fixes bug #1053717

Change-Id: If82a66c6a78ab03da09223a7b79abe559a6f702f
cinder/tests/test_HpSanISCSIDriver.py
cinder/volume/san.py