Comment 6 for bug 1890769

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

Reviewed: https://review.opendev.org/745875
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=855379056d1650560cb8d92eb70562218d25f149
Submitter: Zuul
Branch: stable/train

commit 855379056d1650560cb8d92eb70562218d25f149
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