]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add minimum features in HDS driver (for Havana & Icehouse)
authorLakhinder Walia <lakhinder.walia@hds.com>
Thu, 1 Aug 2013 23:43:45 +0000 (16:43 -0700)
committerLakhinder Walia <lakhinder.walia@hds.com>
Wed, 7 Aug 2013 23:09:58 +0000 (16:09 -0700)
commit758a4be3b06e4b635f0ac62675ca75f43cab08f8
treee9346e4824641fb30202a7edac376c7e3e1c4c35
parenta942b9f7ad0cf2ed59ea5f17bb4662039e73c9c5
Add minimum features in HDS driver (for Havana & Icehouse)

* Add create_cloned_volume() api.
* Add extend_volume() api.
* Reorganized some connection state keeping into _loc_info() function.
  Earlier this logic was spread out in various calls.
* New self tests for #1 and #2 above.

Change-Id: I6a88164ee0a427519c7fab6f6a852d46ec46176c
Fixes: bug #1207560
cinder/tests/test_hds.py
cinder/volume/drivers/hds/hds.py
cinder/volume/drivers/hds/hus_backend.py