Comment 7 for bug 1352335

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

Reviewed: https://review.openstack.org/111836
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=513ec5cdcdef74c7419d5bae967b9edc7da8dbd7
Submitter: Jenkins
Branch: master

commit 513ec5cdcdef74c7419d5bae967b9edc7da8dbd7
Author: Dmitry Borodaenko <email address hidden>
Date: Mon Aug 4 14:20:59 2014 -0700

    create pools in Ceph before enabling RBD backends

    If RBD backend for Cinder is enabled and cinder-volume service is
    started before the configured pool is created in Ceph and a keyring with
    permissions to access that pool is placed on the node, cinder-volume
    will fail to connect to Ceph and will refuse to create volumes until
    restarted.

    Change-Id: Ia7f0c937da896da734b7882534b126e4169ae4ed
    Closes-Bug: #1352335