Comment 27 for bug 1654287

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.rootwrap (stable/pike)

Reviewed: https://review.openstack.org/520753
Committed: https://git.openstack.org/cgit/openstack/oslo.rootwrap/commit/?id=801938bbf0e061343dfb64786af52aae911e7b2f
Submitter: Zuul
Branch: stable/pike

commit 801938bbf0e061343dfb64786af52aae911e7b2f
Author: IWAMOTO Toshihiro <email address hidden>
Date: Tue Oct 24 16:27:13 2017 +0900

    Protect rootwrap daemon socket against multiple threads

    Wrap the call with eventlet.Semaphore. Simultaneous Client.execute
    calls can fail badly. Alternatively, rootwrap daemon connections
    could be made every time when Client.execute is called, without
    using a semaphore.

    Change-Id: Id9d38832c67f2d81d382cda797a48fee943a27f1
    Closes-bug: #1654287
    (cherry picked from commit 7711a6ce31c3ffa8249bfeac53a4d9e306a7299f)