diff --git a/docs/architecture/fencing.md b/docs/architecture/fencing.md index c93290d..7e21cff 100644 --- a/docs/architecture/fencing.md +++ b/docs/architecture/fencing.md @@ -80,7 +80,7 @@ The following table covers some common scenarios, and whether fencing and automa | Situation | Fence & Autorecovery? | Notes | | --------- | --------------------- | ----- | -| OS lockup (load, OOM, etc.) ✅ | A key design situation for the fencing system | +| OS lockup (load, OOM, etc.) | ✅ | A key design situation for the fencing system | | OS kernel panic | ✅ | A key design situation for the fencing system | | Primary network cut | ✅ | Only affecting primary links, not IPMI (see below); a key design situation | | Full network cut | ❌ | All links are down, e.g. full network failure including IPMI |