]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
3PAR update driver to store stats
authorWalter A. Boring IV <walter.boring@hp.com>
Tue, 25 Aug 2015 15:31:33 +0000 (08:31 -0700)
committerWalter A. Boring IV (hemna) <walter.boring@hp.com>
Thu, 27 Aug 2015 20:46:53 +0000 (20:46 +0000)
commit18a76ba1878fd2bcd98921b9e063f733eb0a6451
tree504b7f62f715c67ae75896d5112b90580ae62215
parent3b40049cc858fa40ce99f2dba25d6a25f344a8e9
3PAR update driver to store stats

The BaseVD class declares _stats in the constructor and
some drivers seem to be storing their stats from get_volume_stats
in there.   This patch updates the 3PAR drivers to do the same
as most.

Change-Id: Ia1bc73089cff1f2c04c4782ef9fbaf130e57d02b
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py