Browse Source
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 <alex@ajkavanagh.co.uk> Co-authored-by: Ivan Kolodyazhny <e0ne@e0ne.info> Change-Id: I86eb31535d990291945de5d9846b1a03157ec2cf Closes-bug: #1865754 (cherry picked from commitchanges/98/794198/1c6ad4d864c
) (cherry picked from commit474583b4f8
) (cherry picked from commit91c73a433a
)
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,12 @@
|
||||
--- |
||||
fixes: |
||||
- | |
||||
`Bug #1865754 <https://bugs.launchpad.net/cinder/+bug/1865754>`_: |
||||
the ``RBDConnector`` class generates a temporary configuration file |
||||
to connect to Ceph. Previously, os-brick did not include a |
||||
``[global]`` section to contain the options it sets, but with the |
||||
Octopus release (15.2.0+), Ceph has begun enforcing the presence |
||||
of this section marker, which dates back at least to the Hammer |
||||
release of Ceph. With this release, os-brick includes the |
||||
``[global]`` section in the generated configuration file, which |
||||
should be backward-compatible at least to Ceph Hammer. |
Loading…
Reference in new issue