]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Fix protocol in backend stats
authorVipin Balachandran <vbala@vmware.com>
Thu, 30 Jul 2015 08:58:01 +0000 (14:28 +0530)
committerVipin Balachandran <vbala@vmware.com>
Thu, 30 Jul 2015 10:43:14 +0000 (16:13 +0530)
commitb8a9ec0511f9517e662fbc45f3ab32c2896d1fb6
treee681a5a304ca0efe7d7ea52c53a91a4abec7258c
parentb19d8e9bcaf6caef13018d1882a833efdee25edb
VMware: Fix protocol in backend stats

The VMDK driver reports the protocol as 'LSI Logic SCSI' in
backend stats. This patch changes the protocol to 'vmdk'
which is in sync with driver support matrix at:
https://wiki.openstack.org/wiki/CinderSupportMatrix

Change-Id: I8f9255088ce3d25a6b0d7f38dcbabfd15082ff32
Closes-Bug: #1479693
cinder/tests/unit/test_vmware_vmdk.py
cinder/volume/drivers/vmware/vmdk.py