use rst note

This commit is contained in:
Tobias Ribizel
2024-09-17 09:12:00 +02:00
parent 2175bc4ddf
commit 18ab25dc55

View File

@@ -227,10 +227,11 @@ container, kernel, and network:
# wwctl node list -a n001 | grep cluster # wwctl node list -a n001 | grep cluster
n001 cluster -- cluster01 n001 cluster -- cluster01
Note: Due to the way network interface names are assigned by the Linux kernel and overwritten by udev .. note::
and systemd in the default warewulf configuration, the use of `eth0/1/...` as interface names can lead to issues. Due to the way network interface names are assigned by the Linux kernel and overwritten by udev
We recommend the use of the original predictable names assigned to the interfaces (`eno1, ...`), and systemd in the default warewulf configuration, the use of `eth0/1/...` as interface names can lead to issues.
as otherwise an interface may remain unconfigured if its name conflicts with the name of an already existing interface during boot. We recommend the use of the original predictable names assigned to the interfaces (`eno1, ...`),
as otherwise an interface may remain unconfigured if its name conflicts with the name of an already existing interface during boot.
To configure a bonded (link aggregation) network interface the following commands can be used: To configure a bonded (link aggregation) network interface the following commands can be used: