Comment 2 for bug 1671435

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

Reviewed: https://review.openstack.org/443583
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d9ed8a7235cc6529a1d26b86da43ff9278c690be
Submitter: Jenkins
Branch: master

commit d9ed8a7235cc6529a1d26b86da43ff9278c690be
Author: Lucian Petrut <email address hidden>
Date: Thu Mar 9 13:09:33 2017 +0200

    Avoid using fdatasync() when fetching images

    fdatasync is not available on Windows, for which reason this
    operation now fails.

    This change switches to fsync, which is platform independent.

    Closes-Bug: #1671435

    Change-Id: I71ac19160f198a97bb1834c5c81684758f129bcc