Comment 10 for bug 1417307

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

Reviewed: https://review.openstack.org/156888
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=271c773e7474c7e8e84e2def92afe17a5c2c3b3c
Submitter: Jenkins
Branch: master

commit 271c773e7474c7e8e84e2def92afe17a5c2c3b3c
Author: Chris Krelle <email address hidden>
Date: Tue Feb 17 21:28:03 2015 -0800

    add retry logic to is_block_device function

    In testing the os.stat command was throwing a unhandled exception.
    This Patch adds a try block around the os.stat command and if unable
    to execute with out error in "CONF.deploy.iscsi_verify_attempts"
    it rasies InstanceDeployFailure

    Change-Id: Ibf5483435b02fab64bd4f0d368326b9ecbb4cc07
    Closes-bug: #1417307