Comment 4 for bug 1392722

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

Reviewed: https://review.openstack.org/134534
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=ee7f5f743a96351085a0c8049cdb526f24a0eeee
Submitter: Jenkins
Branch: master

commit ee7f5f743a96351085a0c8049cdb526f24a0eeee
Author: Dmitry Ilyin <email address hidden>
Date: Fri Nov 14 16:51:32 2014 +0300

    Add retries to pcs resource cleanup

    'pcs resource cleanup' command used in provider
    invokes 'crm_resource' which could fail some times
    with 'No such device' error.
    In order to fix this, the common approach is used
    as well: retry failed operation for given timeout

    Change-Id: I8a07613ef89b67a019d7e38a0432b4b1ca773c9b
    Closes-Bug: 1392722