From eecf9d6f45669b4983d274095d885131a83c2549 Mon Sep 17 00:00:00 2001 From: "jangseon.ryu" Date: Fri, 10 Jan 2025 09:34:38 +0900 Subject: [PATCH] docs: add required kernel modules for engine v2 Signed-off-by: jangseon.ryu --- content/docs/1.8.0/nodes-and-volumes/nodes/node-conditions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/1.8.0/nodes-and-volumes/nodes/node-conditions.md b/content/docs/1.8.0/nodes-and-volumes/nodes/node-conditions.md index 3c49d4560..5ada52bb3 100644 --- a/content/docs/1.8.0/nodes-and-volumes/nodes/node-conditions.md +++ b/content/docs/1.8.0/nodes-and-volumes/nodes/node-conditions.md @@ -28,6 +28,10 @@ Node conditions: - `KernelModulesLoaded`: Identifies if the following Kernel modules are loaded: - `dm_crypt`: Is required for the volume and backing image encryption. + - For engine v2 only: + - `vfio_pci`: Is required for SPDK and PCI device management + - `uio_pci_generic`: Is required for SPDK UIO support + - `nvme_tcp`: Is required for NVMe-over-TCP device usage - `HugePagesAvailable`: Indicates whether the node is properly configured with HugePages (2Mi) as required by the Longhorn v2 data engine. This includes verifying that: