← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1671435] Re: fdatasync() usage breaks Windows compatibility

 

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 <lpetrut@xxxxxxxxxxxxxxxxxxxxxx>
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


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1671435

Title:
  fdatasync() usage breaks Windows compatibility

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The following change uses fdatasync when fetching Glance images, which
  is not supported on Windows: Id9905a87f16f66530623800e33e2581c555ae81d

  For this reason, this operation is now failing on Windows.
  Trace: http://paste.openstack.org/raw/602054/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1671435/+subscriptions


References