Reviewed: https://review.openstack.org/612990 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8280fa0df61be7097bf44c93338f530bbd03b7cc Submitter: Zuul Branch: stable/rocky
commit 8280fa0df61be7097bf44c93338f530bbd03b7cc Author: Corey Bryant <corey.bry...@canonical.com> Date: Mon Oct 22 14:45:33 2018 -0400 PY3: Ensure rados.Object.read/write use byte data rados.Object.write(string_to_write) [1] and rados.Ioctx.write(data) [2] expect to write byte data for the above named arguments. rados.Object.read() returns that data. Ensure that the json_meta argument passed to rados.Object.write() in VolumeMetadataBackup.set() is encoded as a UTF-8 bytes object and decoded after rados.Object.read(). Also update the corresponding unit tests to ensure that metadata dictionaries are JSON serialized, encoded, and decoded similar to how the actual code behaves. [3] [1] https://github.com/ceph/ceph/blob/v13.2.1/src/pybind/rados/rados.pyx#L3984 [2] https://github.com/ceph/ceph/blob/v13.2.1/src/pybind/rados/rados.pyx#L2641 [3] https://bugs.launchpad.net/cinder/+bug/1798917/comments/4 Change-Id: Idb225b5c84be3beac0c272ed4b8d69ebb04c5858 Closes-Bug: #1798917 ** Tags added: in-stable-rocky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798917 Title: [SRU] Cinder backup of a volume is in error state with fail_reason: data must be bytes To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1798917/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs