You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
620 B
12 lines
620 B
--- |
|
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.
|
|
|