Comment 4 for bug 1753611

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

Reviewed: https://review.openstack.org/553115
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=8369ea875ca51aac4552ec0e84b944db9a17a7e7
Submitter: Zuul
Branch: master

commit 8369ea875ca51aac4552ec0e84b944db9a17a7e7
Author: Craige McWhirter <email address hidden>
Date: Thu Mar 15 11:37:49 2018 +1000

    Only enable the default backend for ocata+

    When deploying on icehouse with Ceph, the RBD backend is
    configured globally, but cinder sets enabled_backends to "LVM",
    which exists (and is wrong to boot).

    This commit moves the check for empty "backends" under the ocata
    check. Per comment #5 on LP:1719742: "The cinder-volume service
    fails to start in ocata+ if enable-backends is not set."

    Closes-Bug: #1753611

    Change-Id: I07a9f9c739064bc93870a1f8f68a7624b7ce3033
    Signed-off-by: Craige McWhirter <email address hidden>