Skip to content

Commit

Permalink
Merge pull request #270 from Scalingo/dev/5-node-for-ha-migration-int…
Browse files Browse the repository at this point in the history
…egration-tests

dev(more-agents) update readme
  • Loading branch information
leo-scalingo authored Sep 13, 2024
2 parents 5b4b107 + 10b8eb7 commit e128fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ manipulated by LinK to simulate failover.
The best way is to use systemd to automate this setup:

```bash
for idx in 10 11 12 ; do
for idx in 10 11 12 13 14; do
echo "[NetDev]
Name=eth${idx}
Kind=dummy" | sudo tee "/etc/systemd/network/10-sc-dummy-eth${idx}.netdev"
Expand All @@ -145,7 +145,7 @@ Then run `systemctl restart systemd-networkd` to activate them immediately.

If you're not using Systemd or want to do the setup manually, the script
`hacks/setup_dummy_netlink_interfaces.sh` can be executed as root to manually
create `eth10`, `eth11` and `eth12`.
create `eth10`, `eth11`, `eth13`, `eth14` and `eth15`.

## Release a New Version

Expand Down

0 comments on commit e128fc9

Please sign in to comment.