From 476eddc0f6ce1463c3c700238938e5774fea6550 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 17 Sep 2023 00:43:11 -0400 Subject: [PATCH] Try fixing nested links --- docs/architecture/fencing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/fencing.md b/docs/architecture/fencing.md index e4bc003..6364851 100644 --- a/docs/architecture/fencing.md +++ b/docs/architecture/fencing.md @@ -20,14 +20,14 @@ Fencing can be temporarily disabled by setting the cluster maintenance mode to ` For fencing to be enabled, several configurations must be correctly set. -* The node must have a proper IPMI interface, as detailed in the [Hardware Requirements](architecture/hardware-requirements.md#ipmilights-out-management) documentation. -* The IPMI interface must be either in the [cluster "upstream" network](architecture/cluster-architecture.md#upstream), or in another network reachable by it. The former is strongly recommended, because the latter is potentially susceptable to network faults in the routing between the networks which might cause fencing to fail in otherwise valid scenarios. +* The node must have a proper IPMI interface, as detailed in the [Hardware Requirements](hardware-requirements.md#ipmilights-out-management) documentation. +* The IPMI interface must be either in the [cluster "upstream" network](cluster-architecture.md#upstream), or in another network reachable by it. The former is strongly recommended, because the latter is potentially susceptable to network faults in the routing between the networks which might cause fencing to fail in otherwise valid scenarios. * The IPMI BMC must be configured with an `Administrator`-level user with IPMI-over-LAN privilieges enabled. * The IPMI interface (IP or hostname) and aforementioned user of each node must be configured in the `fencing` -> `ipmi` section of the `pvcnoded.yaml` file of that node. PVC will automatically check the reachability of its IPMI and its functionality early during node startup. The functionality can also be tested via the `ipmitool -I lanplus` command from a node. -The [PVC Ansible framework](deployment/getting-started.md) will automatically configure most aspects of this IPMI setup, though some might require manual configuration. Ensure you test before putting the cluster into production. +The [PVC Ansible framework](../deployment/getting-started.md) will automatically configure most aspects of this IPMI setup, though some might require manual configuration. Ensure you test before putting the cluster into production. ## Fencing Process