Comment 23 for bug 1654287

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

Reviewed: https://review.openstack.org/514547
Committed: https://git.openstack.org/cgit/openstack/oslo.rootwrap/commit/?id=7711a6ce31c3ffa8249bfeac53a4d9e306a7299f
Submitter: Zuul
Branch: master

commit 7711a6ce31c3ffa8249bfeac53a4d9e306a7299f
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