]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix metadata retrieval in GPFS driver
authorGaurang Tapase <gaurang.tapase@in.ibm.com>
Wed, 18 Nov 2015 10:56:39 +0000 (05:56 -0500)
committerGaurang Tapase <gaurang.tapase@in.ibm.com>
Wed, 18 Nov 2015 11:09:31 +0000 (06:09 -0500)
commit723b6dfba0ee0261002485a1397c5b69a266527c
tree06db97dc1d47edac08bb82de8c749f605a251123
parentdb2d27bf8b8770503d5f166f19898a48303e74ab
Fix metadata retrieval in GPFS driver

GPFS driver was using 'volume_metadata' to get the
volume metadata. With versionedobjects, it is to be
retrieved using 'metadata' from volume.
This patch fixes the issue. It first tries for 'volume_metadata'
in the volume object, if not present, it will try for 'metadata'
to get the metadata.

Change-Id: I97649874ab54187a469193c8cae773409e9913e6
Closes-bug: 1517404
cinder/tests/unit/test_gpfs.py
cinder/volume/drivers/ibm/gpfs.py