]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix typo in SolidFire xDBVersionMismatch label
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 18 Nov 2014 19:37:11 +0000 (12:37 -0700)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 18 Nov 2014 19:37:11 +0000 (12:37 -0700)
commit71f502e657c7d1f07cb07ea8c1a5afa34d899689
treeadd104300a4da66aaf17c33857aaa3636edf2ace
parentecef5cb58b9dd064d862ef36d78070d9f7909f6f
Fix typo in SolidFire xDBVersionMismatch label

The retryable errors list in the SolidFire driver includes
an xDBVersionMismatch error that can be emitted from the
device.  During some recent work however the spelling of
the error was incorrect, so it's never deteceted/retried
as it should be.

This patch fixes the typo from 'xDBVersionMisMatch' to
xDBVersionMismatch'.

Change-Id: I5b4bf908c6a9146c4554e5749cd12dbc46c6e7c1
Closes-Bug: #1393916
cinder/volume/drivers/solidfire.py