Comment 36 for bug 1865754

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/train)

Reviewed: https://review.opendev.org/c/openstack/os-brick/+/794198
Committed: https://opendev.org/openstack/os-brick/commit/57409c28b52ee2bff90679b4c93059bf5b5ba2b6
Submitter: "Zuul (22348)"
Branch: stable/train

commit 57409c28b52ee2bff90679b4c93059bf5b5ba2b6
Author: Brian Rosmaita <email address hidden>
Date: Tue Sep 8 11:44:25 2020 -0400

    New fix for rbd connector to work with ceph octopus

    Found while testing cinder-backup with ceph on Ubuntu Focal, which
    installs ceph Octopus. Octopus apparently enforces the requirement
    that the config file contain a '[global]' section for general
    requirements. The '[global]' section goes back at least to ceph
    Hammer [0], so we will simply add it to the temporary ceph config
    file that os-brick generates in the RBDConnector class.

    [0] https://docs.ceph.com/docs/hammer/rados/configuration/mon-config-ref/

    Co-authored-by: Alex Kavanagh <email address hidden>
    Co-authored-by: Ivan Kolodyazhny <email address hidden>

    Change-Id: I86eb31535d990291945de5d9846b1a03157ec2cf
    Closes-bug: #1865754
    (cherry picked from commit c6ad4d864c6088b6686919dd0229c926bce7073a)
    (cherry picked from commit 474583b4f8469f7957d6ffbf62829b516189aeae)
    (cherry picked from commit 91c73a433a2b3675e661f1fe007b58c2bfaff757)