Comment 6 for bug 1816468

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

Reviewed: https://review.openstack.org/635195
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=ed84f34562da21a53b6d45611a5bcf9e3edd1e84
Submitter: Zuul
Branch: master

commit ed84f34562da21a53b6d45611a5bcf9e3edd1e84
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