Comment 2 for bug 1410471

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

Reviewed: https://review.openstack.org/147083
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=d28128aa0283262c5f19daa95b4aa9feabb71758
Submitter: Jenkins
Branch: master

commit d28128aa0283262c5f19daa95b4aa9feabb71758
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Jan 14 10:20:50 2015 +0300

    fuel_agent: removed reread_partitions method

    This reread_partitions method was a desperate attempt
    to work around udev related "device is busy" error.
    The correct way to deal with that stuff is to use
    udevadm --settle which is to block thread until udev is
    ready to handle events.

    Closes-Bug: 1410471
    Change-Id: Idb0dccb35aab10d02c5ad942fd30d52a461e1a0e