Comment 13 for bug 1844296

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/696955
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e858ab3bbe79bde32cce4bc661c0c4edc04b51d3
Submitter: Zuul
Branch: stable/stein

commit e858ab3bbe79bde32cce4bc661c0c4edc04b51d3
Author: Lee Yarwood <email address hidden>
Date: Fri Nov 8 12:26:01 2019 +0000

    compute: Use long_rpc_timeout in reserve_block_device_name

    Given the instance.uuid lock taken on the remote compute, calls to
    reserve_block_device_name can take a large amount of time to complete
    when attaching multiple volumes. To help avoid timeouts during such
    attempts this change switches to using the long_rpc_timeout for the
    overall timeout for each call.

    Conflicts:
            nova/conf/rpc.py

    NOTE(lyarwood): Conflict due to
    If32bca070185937ef83f689b7163d965a89ec10a not being present in
    stable/stein.

    Related-Bug: #1844296
    Change-Id: I17e0e45117a3312c11d6c7f2762dd416b6067979
    (cherry picked from commit 648c05f7bee025087c2f9d8e2f9cda6e2c13e13f)
    (cherry picked from commit f9a1bc71050b41753259b96998a2a4b4dc8ecd79)