]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dont crash service if sf cluster isnt available
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 21 Aug 2013 19:05:30 +0000 (13:05 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 22 Aug 2013 17:26:29 +0000 (17:26 +0000)
commite13b7d8a46cd54e61bdc20500ad597c2545ffaed
treefde05c96c501ce4689c8011d50bb8b2de55a6ece
parent6a1d48eaf5d27ec121407113a492a8ca1bb00cbb
Dont crash service if sf cluster isnt available

Currently if the SolidFire driver is configured but the cluster
isn't available for some reason the ensure_export call will raise
an unhandled exception and crash the volume-service.

We should be able to handle things like loosing connectivity to
a single back-end without impacting the other volume-service
backends.

We'll wrap the ensure_export call in a try block here and
return None in the case that the connection can't be made.
This will keep the service from crashing and log an error
message that the connection timed out.

Additional work would include adding a periodic retry task
to the manager to try and start the backend service for us
on some regular interval incase the device comes back.

Fixes: bug 1215064
Change-Id: Ice3f517d220c40113074bb77adbb10d5e32abd0b
cinder/volume/drivers/solidfire.py