Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncm-network: trigger udev before restarting network service #1012

Open
stdweird opened this issue Jan 12, 2017 · 0 comments
Open

ncm-network: trigger udev before restarting network service #1012

stdweird opened this issue Jan 12, 2017 · 0 comments

Comments

@stdweird
Copy link
Member

if mac-addresses are used in the network configuration, el7 udev rule /usr/lib/udev/rules.d/60-net.rules will assign the interface name to this devices. this way you can enforce your own/legacy naming on el7.
however when a device is added to the quattor configuration (or the mac address is changed of an existing network device), a restart of the network will not work because the rules need to be rerun.

manual fix is as simple as udevadm trigger --attr-match=subsystem=net before the restart.

still needs more testing

@stdweird stdweird added this to the 17.2 milestone Jan 12, 2017
@jrha jrha modified the milestones: 17.3, 17.2 Feb 16, 2017
@stdweird stdweird modified the milestones: 17.4, 17.3 Mar 15, 2017
@stdweird stdweird modified the milestones: 17.10, 17.7 Jul 18, 2017
@jrha jrha modified the milestones: 17.12, 18.3 Nov 27, 2017
@jrha jrha modified the milestones: 18.3, 18.6 Mar 29, 2018
@jrha jrha modified the milestones: 18.6, 18.9 Jul 3, 2018
@jrha jrha modified the milestones: 18.12, 19.2 Nov 22, 2018
@jrha jrha modified the milestones: 19.12, 20.2 Dec 17, 2019
@jrha jrha modified the milestones: 20.12, 21.3 Dec 16, 2020
@jrha jrha removed this from the 22.12 milestone Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants