Reviewed: https://review.opendev.org/c/openstack/cinder/+/980853 Committed: https://opendev.org/openstack/cinder/commit/80fc7aa6ec428cc9b05fbdd9bee32ddc5b76de2f Submitter: "Zuul (22348)" Branch: master
commit 80fc7aa6ec428cc9b05fbdd9bee32ddc5b76de2f Author: Roman Hros <[email protected]> Date: Mon Mar 16 16:08:57 2026 +0100 Fix Google backup driver Bug #1831735 is not properly fixed and has error AttributeError: 'bytes' object has no attribute 'encode'. It is because md5 variable is already bytes object, so simple removal of problematic line should do the job. Related-Bug: #1831735 Change-Id: I2ada405cee25fe8c4dd3777e2c68eacaa7b806c2 Signed-off-by: Roman Hros <[email protected]> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1831735 Title: Google backup driver fails to backup a volume To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1831735/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
