Comment 3 for bug 1449711

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

Reviewed: https://review.openstack.org/178351
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-block-storage/commit/?id=6f44d7163110c4910e112db576a7e49ca22a6018
Submitter: Jenkins
Branch: master

commit 6f44d7163110c4910e112db576a7e49ca22a6018
Author: Mark Vanderwiel <email address hidden>
Date: Tue Apr 28 14:18:52 2015 -0500

    Fix lock_path to be based upon state path

    On some recent platforms, systemd based, the /var/lock/ path gets
    cleaned up at reboot and causes issues for projects like cinder.
    Nova and neutron changed long ago to base the lock path off the
    state path, this change does the same thing now for cinder.

    Change-Id: Ibe693c21cfc63dd5b6e1753c85081a952005b293
    Closes-Bug: #1449711