11704d0e8c
Ceph Pacific enforces that bytes instead of str are used here. Closes-Bug: #1913449 Change-Id: Icf9f6409009250f766f619019252617fc9b3e1e7
8 lines
277 B
YAML
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()
|