kolla-ansible/releasenotes/notes/bug-1867946-53c214be2b2482f1.yaml
Michal Nasiadka d4eedf4f93 ceph: Add become to gathering OSD IDs on reconfigure
We did use become: true on starting the osds, but not on reconfigure.

Closes-Bug: #1867946

Change-Id: Ie8a2d1a163528f509e126a807d4c73dd8106c47a
2020-03-19 09:46:44 +00:00

8 lines
254 B
YAML

---
fixes:
- |
Fixes ``ceph`` deployment reconfiguration error, when Gathering OSDs step
would fail due to Kolla-Ansible user not having access to
``/var/lib/ceph/osd/_FSID_/whoami``.
`LP#1867946 <https://launchpad.net/bugs/1867946>`__