]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
cinder volume service keeps retrying even code exception
authorYang Yu <yuyangbj@cn.ibm.com>
Wed, 17 Apr 2013 08:00:07 +0000 (16:00 +0800)
committerYang Yu <yuyangbj@cn.ibm.com>
Wed, 17 Apr 2013 08:02:54 +0000 (16:02 +0800)
commit2cee8fc3a4899097801ad93b5d6e6a4f373ad8fe
tree64f587deebdb7a451acda760e1d724201cdb3984
parent8e1978932d50015b988927f4d8ae39f72c227fc2
cinder volume service keeps retrying even code exception

Make sure that ProcessLauncher does not try to restart the failed
service. And make sure the ProcessLauncher exits, when the number
of the failed services equal the number of total services.

Fixes: bug 1167841
Change-Id: I818c754534c18a62d292e21f0c98086571fe0565
cinder/service.py