Comment 9 for bug 1280399

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

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

commit a3322f28b5548dd83e89b225b88cf067cf9da43d
Author: Aleksandr Didenko <email address hidden>
Date: Tue Apr 7 17:15:07 2015 +0300

    Make block device mapping timeout configurable

    When booting instances passing in block-device and increasing the
    volume size, instances can go in to error state if the volume takes
    longer to create than 3 minutes (current default value).

    This change adds support for 2 new cluster configutation options:
    - block_device_allocate_retries (default: 300)
    - block_device_allocate_retries_interval (default: 3)

    Thess options are configurable via fuel cli or Hiera. They are added
    to nova.conf on compute nodes and allow to adjust block device
    allocation timeout value.

    DocImpact

    Change-Id: If9148da046d31aab60a13bd70e94700331770000
    Closes-bug: #1280399