Comment 24 for bug 1583815

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (stable/7.0)

Reviewed: https://review.openstack.org/354705
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=5c35bbd811b0c4697b161b5e2a327f8be96ca8ae
Submitter: Jenkins
Branch: stable/7.0

commit 5c35bbd811b0c4697b161b5e2a327f8be96ca8ae
Author: Alexander Gordeev <email address hidden>
Date: Thu Aug 11 20:22:25 2016 +0300

    Include udev rules for NIC mappings into initramfs

    Sometimes, udev can't resolve NIC renamings according to
    the its rules. Especially when there're a bunch of NICs
    and one of them has been used for PXE booting.
    Udev stuggles with late renamings when a system is actually up
    and network services are already running too. In the result,
    admin NIC gets its temporary name like renamedX.

    Moving udev rules into initramfs, thorouhgly allows udev to rename
    NIC without any flaws. Since nobody uses NIC during early initramfs
    running time that practically means nothing will prevent the
    completion of NIC renaming.

    Change-Id: Idfecf974f0fbb825e6378f33b0ec8a3c8fa7dd40
    Backported-From: I9f87833e7d4c864913b7e6113d416614493b23f7
    Closes-Bug: #1583815