We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5802e3 commit 8269121Copy full SHA for 8269121
content/docs/1.11.0/v2-data-engine/features/interrupt-mode.md
@@ -29,6 +29,17 @@ Interrupt mode is particularly suitable for clusters with limited CPU resources
29
- Longhorn v1.10.0 or later
30
- V2 data engine enabled
31
- No attached v2 volumes when changing the setting
32
+- For NVMe disks, IOMMU must be enabled. To verify:
33
+ ```bash
34
+ find /sys/kernel/iommu_groups/ -type l
35
+ ```
36
+ Example output (IOMMU enabled):
37
38
+ /sys/kernel/iommu_groups/0/devices/0000:e6:0b.1
39
+ /sys/kernel/iommu_groups/1/devices/0000:34:0a.6
40
+ /sys/kernel/iommu_groups/2/devices/0000:a0:00.0
41
42
+ If the command returns no output, IOMMU is not enabled.
43
44
## Configuration
45
0 commit comments