Comment 15 for bug 1410471

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

Reviewed: https://review.openstack.org/152622
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=92580cac42fb92021cb32b5477793fb76be39e6c
Submitter: Jenkins
Branch: stable/6.0

commit 92580cac42fb92021cb32b5477793fb76be39e6c
Author: Alexander Gordeev <email address hidden>
Date: Mon Feb 2 21:10:40 2015 +0300

    [IBP] Fix 'device or resource busy' error in fuel-agent

    In short, we've faced udev scaling issues when making a lot of `parted` calls.
    As for workaround, blacklisting of rules was choisen. It helps us to mitigate
    scaling issues.

    The fix was stress tested on a VM with 25 disks by creating 30 partitions per
    disk.

    Change-Id: Ibec9c0485fba657ef592fee3aab4e7757a705e46
    Closes-Bug: #1410471
    (cherry picked from commit 44c2a20c2a272a092643dd30a20129ab65bf4c5e)