86d9ec5d59
Ceph has changed the meaning of the ``bytes_used`` column in the pools reported by the ``df`` command, which means that in some deployments the rbd driver is not reporting the expected information ot the schedulers. The information we should be used for the calculations is returned in the ``stored`` field in those systems. This patch uses ``stored`` when present and fallbacks to ``bytes_used`` if not. Closes-Bug: #1960206 Change-Id: I0ca25789a0b279d82f766091235f24f429405da6
9 lines
358 B
YAML
9 lines
358 B
YAML
---
|
|
fixes:
|
|
- |
|
|
RBD driver `bug #1960206
|
|
<https://bugs.launchpad.net/cinder/+bug/1960206>`_: Fixed
|
|
``total_capacity`` reported by the driver to the scheduler on Ceph clusters
|
|
that have renamed the ``bytes_used`` field to ``stored``. (e.g., `Nautilus
|
|
<https://docs.ceph.com/en/nautilus/releases/nautilus/#upgrade-compatibility-notes>`_).
|