This commit is contained in:
2024-09-13 15:32:57 +02:00
parent 2369aed0b9
commit b509b702be
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ git clone git@git.psi.ch:motion/ecmc_server_cfg.git cfg
# then check the settings are valid
```
## Note on IGB driver
## note on IGB driver
The file ETHERCATDRVR defines what devices to use:
```
@@ -25,7 +25,7 @@ The default setup is that igb-driver will be used if possible and fallback to ge
The "S10-eth-irq-prio" script will only have effect if generic driver is used. In the default case when igb-drivber is used the script might give some error messages but should not affect anything in a negative way.
### Check which driver is in use:
### check which driver is in use:
On ecmc server:
```
@@ -37,7 +37,7 @@ ec_master 421888 4 ec_igb,ec_generic
In this case igb (ec_igb) driver is in use.
# Workflow for new server
# workflow for new server
See [WORKFLOW](WORKFLOW.md)

View File

@@ -26,7 +26,7 @@ Prepare a boot usb stick:
cp -r /afs/psi.ch/group/8211/anicic/iPXE/warewulf-ipxe/USBstick/EFI /path/to/your/usbstick
```
# Add warewulf conf
# add warewulf conf
Add server to warewulf config (easiest to edit directlly in gitlab page):
https://git.psi.ch/controls-ci/warewulf-node-config/-/blob/master/nodes.conf
@@ -39,7 +39,7 @@ After the file has been updated, make sure that the pipelines passes:
https://git.psi.ch/controls-ci/warewulf-node-config/-/pipelines
# Add ecmc server cfg
# add ecmc server cfg
See [README](README.md), basically: