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.
Reviewed: https:/ /review. openstack. org/171233 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=a3322f28b55 48dd83e89b225b8 8cf067cf9da43d
Committed: https:/
Submitter: Jenkins
Branch: master
commit a3322f28b5548dd 83e89b225b88cf0 67cf9da43d
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: allocate_ retries (default: 300) allocate_ retries_ interval (default: 3)
- block_device_
- block_device_
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: If9148da046d31a ab60a13bd70e947 00331770000
Closes-bug: #1280399