Comment 16 for bug 1816468

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/rocky)

Reviewed: https://review.opendev.org/664262
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=00cfd67d00885c32a9618734a102d7f5f9f26b39
Submitter: Zuul
Branch: stable/rocky

commit 00cfd67d00885c32a9618734a102d7f5f9f26b39
Author: Michal Arbet <email address hidden>
Date: Wed Feb 6 16:11:28 2019 +0100

    Fix python3 compatibility of rbd get_fsid

    In python3 librados's get_fsid() function is represented as binary.
    Because of this, conditional where fsid is compared with fsid parsed
    from glance's direct url is not true, then cinder-glance
    acceleration is not working. This patch is fixing this.
    More informations are in closing bug.

    Closes-Bug: #1816468

    Change-Id: I69d0685ec845355329f771f27f8894d9e988ae35
    (cherry picked from commit ed84f34562da21a53b6d45611a5bcf9e3edd1e84)