Comment 5 for bug 1872881

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

Reviewed: https://review.opendev.org/720132
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=f85caaf411c4b8d9db39350862d6d52f734f559b
Submitter: Zuul
Branch: master

commit f85caaf411c4b8d9db39350862d6d52f734f559b
Author: Sandeep Yadav <email address hidden>
Date: Wed Apr 15 03:03:06 2020 -0400

    Rename loopback creates file

    We are hitting bug[1] and it looks like because /dev/loop2 file
    already exists the ansible task which creates loop didn't trigger.
    Creating file with different name "/dev/loop2cinder" to pass the
    issue[1]

    [1] https://bugs.launchpad.net/tripleo/+bug/1872881

    Change-Id: I4e18bee7864b71afca387fbea5857c9530faa2fc
    Partial-Bug: #1872881