-
Notifications
You must be signed in to change notification settings - Fork 194
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
compute node interfaces always come up as eth0 #354
Comments
Hi Nirmala,
Check the KARGS value (wwsh provision print [node]) and see if it
contains: net.ifnames=0 biosdevname=0
Those options disable the biosdevname naming of the interface. If, for
some reason it can't reach the given network device it tries eth0-3.
…-J
On Thu, Dec 8, 2016 at 10:58 AM, Nirmala Sundararajan < ***@***.***> wrote:
Irrespective of what I specify in --netdev option in the wwnodescan
command, the compute node interfaces are named as eth0 only. The wwsh node
print command shows the interface as whatever we specify, be it em1 or
eno1. (eno1.HWADDR, eno1.IPADDR etc). However when the node boots up, the
message, "Checking for network device: en01 Skipped , Checking for network
device: eth0 OK" is displayed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#354>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5zovEn6Whg7rmxaQJRnq1_4nvFU-Pfks5rGDcvgaJpZM4LIDBR>
.
|
Thanks for the prompt reply. Yes those arguments are available. While building the node image, I enabled the kernel options in the input file and put in the arguments as "net.ifnames=0 biosdevname=0". The kargs show up. Even then I face this issue. (c1: KARGS = "net.ifnames=0 biosdevname=0"). When I use the wwnodescan command to add nodes, the kargs is "quiet" only. |
Hi Nirmala,
We force the disabling of biosdevnames in the Warewulf code if kargs is
the default. If you're wanting to use it, then you can do a:
wwsh provision set node00[00-09] --kargs="quiet"
That should be enough to do it...
…-J
On Thu, Dec 8, 2016 at 11:53 AM, Nirmala Sundararajan < ***@***.***> wrote:
Thanks for the prompt reply. Yes those arguments are available. While
building the node image, I enabled the kernel options in the input file and
put in the arguments as "net.ifnames=0 biosdevname=0". The kargs show up.
Even then I face this issue. (c1: KARGS = "net.ifnames=0 biosdevname=0").
When I use the wwnodescan command to add nodes, the kargs is "quiet" only.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#354 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA5zovzqT1L_LXNqavBIZSB9CnEIwHGaks5rGEP9gaJpZM4LIDBR>
.
|
Hi Jason, |
Hi Nirmala, |
With the 3.7pre version of WW that is planned to be used for the 1.3 release of OpenHPC, it is possible to use the newer naming scheme. Will plan on adding a tooltip for this. |
The additional steps necessary have been added to the docs as follows when
|
Irrespective of what I specify in --netdev option in the wwnodescan command, the compute node interfaces are named as eth0 only. The wwsh node print command shows the interface as whatever we specify, be it em1 or eno1. (eno1.HWADDR, eno1.IPADDR etc). However when the node boots up, the message, "Checking for network device: en01 Skipped , Checking for network device: eth0 OK" is displayed.
The text was updated successfully, but these errors were encountered: