]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unnecessary metadata from the 3PAR drivers
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 31 Jul 2013 20:56:29 +0000 (13:56 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Mon, 5 Aug 2013 16:57:00 +0000 (09:57 -0700)
commitba87053896ef80586719565d07ec76ea846cc5a4
treef79bc0498d9bdf1851498ff8c596df0e821d1f96
parent2380feff7cf220ee03ac11605905bd581bf48b39
Remove unnecessary metadata from the 3PAR drivers

Currently, both the HP 3PAR iSCSI and FC drivers are populating
the volume and snapshot metadata field with unnecessary data that
should actually be stored on the backend. This data should not be
accessible by the user which it is today and could be updated as well.

This patch will remove all custom 3PAR data from the metadata fields.

Change-Id: I3086be3856192a27fa1db1ada89d95c290c68df7
Fixes: bug 1203144
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py