Comment 6 for bug 1931710

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/nova/+/796707
Committed: https://opendev.org/openstack/nova/commit/2b2434c173959aa728de8bfc1a0f1e1027ee0466
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 2b2434c173959aa728de8bfc1a0f1e1027ee0466
Author: Balazs Gibizer <email address hidden>
Date: Mon Jun 14 14:05:05 2021 +0200

    Retry lvm volume and volume group query

    We observed that the vgs and lvs queries the our lvm driver uses can
    intermittently fail with error code 11 (EAGAIN). So this patch enabled
    the retry in oslo_concurrency.processutils for these calls.

    Change-Id: I93da6cb1675d77bcdcd1075641dea9e2afc0ee1a
    Closes-Bug: #1931710
    (cherry picked from commit e59fc77c3d924cfab6ddcd780ae0604a84e64c30)