Comment 7 for bug 1809123

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

Reviewed: https://review.openstack.org/625741
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=525631d8dc058910728e55def616358b0e7f2f69
Submitter: Zuul
Branch: master

commit 525631d8dc058910728e55def616358b0e7f2f69
Author: Tim Rozet <email address hidden>
Date: Mon Dec 17 19:44:54 2018 -0500

    Fixes race condition with privsep utime

    There is a race condition that occurs over NFS when multiple instances
    are being created where utime fails, due to some other process
    modifying the file path. This patch ensures the path is created and
    is readable before attempting to modify with utime.

    Closes-Bug: 1809123

    Change-Id: Id68aa27a8ab08d9c00655e5ed6b48d194aa8e6f6
    Signed-off-by: Tim Rozet <email address hidden>