docs 📝: Fix typo and update bridge layout
Corrected a minor typo in the README.md file and improved the visual clarity of the bridge layout.
This commit is contained in:
11
README.md
11
README.md
@@ -117,7 +117,8 @@ is `true`.
|
||||
- vmbr2
|
||||
```
|
||||
|
||||
> **Result** – All three bridges are processed; the physical NICs that belong to each bridge receive the configured WOL mode.
|
||||
> **Result** – All three bridges are processed; the physical NICs that belong to each bridge
|
||||
> receive the configured WOL mode.
|
||||
|
||||
### Disable WOL
|
||||
|
||||
@@ -151,10 +152,12 @@ is `true`.
|
||||
## Common Proxmox Scenarios
|
||||
|
||||
| Scenario | Bridge / NIC Layout | What the role does |
|
||||
|----------|---------------------|--------------------|
|
||||
|----------|-------------------|------------------|
|
||||
| **Standard vmbr0** | `eno1` → `vmbr0` | Enables WOL on `eno1`. |
|
||||
| **Bonded NICs** | `eno1`, `eno2` → `bond0` → `vmbr0` | Detects `bond0` and sets WOL on *both* slaves. |
|
||||
| **Multiple Bridges** | `eno1` → `vmbr0` <br> `eno2` → `vmbr1` <br> `eno3`, `eno4` → `bond0` → `vmbr2` | One role run configures all three bridges automatically. |
|
||||
| **Multiple Bridges** | `eno1` → `vmbr0` \
|
||||
`eno2` → `vmbr1` \
|
||||
`eno3`, `eno4` → `bond0` → `vmbr2` | One role run configures all three bridges automatically. |
|
||||
|
||||
---
|
||||
|
||||
@@ -162,7 +165,7 @@ is `true`.
|
||||
|
||||
| Problem | Likely Cause | Fix |
|
||||
|---------|--------------|-----|
|
||||
| **No interfaces found that support WOL** | BIOS WOL disabled, NIC driver doesn’t expose the feature, or interface isn’t a physical NIC. | Enable WOL in BIOS, run `ethtool <iface>` manually, verify `ansible -m setup <host> | grep ansible_interfaces`. |
|
||||
| **No interfaces found that support WOL** | BIOS WOL disabled, NIC driver doesn’t expose the feature, or interface isn’t a physical NIC. | Enable WOL in BIOS, run `ansible -m setup <host> \| grep ansible_interfaces`. |
|
||||
| **Unable to detect bridge backing NIC(s)** | Bridge doesn’t exist or the NIC isn’t a member of it. | Verify with `bridge link show` / `brctl show`. |
|
||||
| **WOL not persisting after reboot** | `wol@.service` isn’t enabled, or `ethtool` isn’t installed. | Ensure the role ran successfully, check `/etc/systemd/system/wol@.service` and `systemctl status wol@<iface>.service`. |
|
||||
| **Bond0 not detected** | Bond configuration file missing or wrong. | Check `/proc/net/bonding/bond0`. |
|
||||
|
||||
Reference in New Issue
Block a user