Comment 9 for bug 1410341

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/146917
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c86f2be2e217e82c80e7ff68904e90ec6c5cba7f
Submitter: Jenkins
Branch: master

commit c86f2be2e217e82c80e7ff68904e90ec6c5cba7f
Author: Duncan Thomas <email address hidden>
Date: Tue Jan 13 18:41:13 2015 +0200

    Fix LVM thin pool creation race

    In the event that two copied of the LVM driver get init called at
    the same time (e.g. cinder-volume and cinder-backup getting
    started in parallel, on the same host), it is possible for the
    thin pool check/create to race. Add a simple recheck if the create
    fails, to cover this window.

    Change-Id: I006970736ba0e62df383bacc79b5754dea2e9a3e
    Closes-Bug: #1410341