]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update 3PAR driver
authorKurt Martin <kurt.f.martin@hp.com>
Sat, 12 Jan 2013 01:13:43 +0000 (17:13 -0800)
committerKurt Martin <kurt.f.martin@hp.com>
Fri, 1 Feb 2013 18:44:13 +0000 (10:44 -0800)
commitda25b7b86dcae00cb380ce5fb9a208b8f7a171a3
treeda8be23c3c4bdac4a19d0343110e18f28c4d599a
parent5739ed173e7f0bef903e7bc609bb87286bb4304f
Update 3PAR driver

Added support for get_volume_stats()
Add sanity checks for:
    Ensure the CPG lives in the Domain that's configured.
    On 3PAR systems, the create volume from snapshot has to be
    the same size. The driver now checks to make sure that they
    are the same size.
    Now using volume and snapshot id's instead of the names.
    Checking for optional fields before using them(i.e. description).
    Added a new method get_ports() to gather the active array ports.
    Fixed inline comments, added a space between the comment and # sign

Change-Id: Ie2aed38c6349bb5ee8bbea4d0928cd606427a26f
cinder/tests/test_hp3par_iscsi.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py