Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Last active December 2, 2022 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilangvperdana/cf168f0fb90b299ba73144d1b006203a to your computer and use it in GitHub Desktop.
Save gilangvperdana/cf168f0fb90b299ba73144d1b006203a to your computer and use it in GitHub Desktop.
Nova Timeout Cause Cinder Very Slow

Brief

If you meet a problem when create instance with Volume then Instance created failed, you can use this workaround. The point is just increase timeout of Nova compute service when creating instance to 1h30m or 90minutes.

Env :

  • Kolla Ansible Xena Deplyoment

Execute on all of Compute Node :

nano /etc/kolla/nova-compute/nova.conf
[DEFAULT]
block_device_allocate_retries = 1800
block_device_allocate_retries_interval = 3

Restart Nova Compute

docker restart nova_compute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment