Comment 5 for bug 1890769

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ussuri)

Reviewed: https://review.opendev.org/745874
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=00850a30ae2b5a074d48bd60e9412e0f4104af44
Submitter: Zuul
Branch: stable/ussuri

commit 00850a30ae2b5a074d48bd60e9412e0f4104af44
Author: Saravanan KR <email address hidden>
Date: Fri Aug 7 09:33:30 2020 +0530

    Reset sriov_numvfs to 0 before leapp upgrade

    Leapp's actor persistentnetnamesconfig will try
    to apply the nic names based on the mac address.
    Whlie collecting the data, leapp will also add the
    VFs details to RHEL7 catalog (leapp.db). But when
    RHEL8 ramfs boots, it will not find the VF interfaces.
    VFs will be configured using sriov_config service
    on boot (not applied during upgrade). Remove VFs
    before leapp upgrade as a workaround.
    Closes-Bug: #1890769

    Change-Id: I5054d5970e6c88cf3cdcd9c3850ef926040bc827
    (cherry picked from commit b3ec034649e0d18de78fcfe5f903cfe9a0a18a6a)