cinder/releasenotes/notes/bug-1913449-4796b366ae7e871b.yaml
Eric Harney 11704d0e8c RBD: Pass bytes type for mon_command inbuf
Ceph Pacific enforces that bytes instead of str
are used here.

Closes-Bug: #1913449
Change-Id: Icf9f6409009250f766f619019252617fc9b3e1e7
2021-02-03 10:04:44 -05:00

8 lines
277 B
YAML

---
fixes:
- |
`Bug 1913449 <https://bugs.launchpad.net/cinder/+bug/1913449>`_:
Fix RBD driver _update_volume_stats() failing when using Ceph
Pacific python rados libraries. This failed because we
were passing a str instead of bytes to cluster.mon_command()