Skip to content

Commit 8269121

Browse files
committed
doc(1.11.0): add IOMMU requirement for NVMe disks in interrrupt mode
longhorn/longhorn-11816 Signed-off-by: Chin-Ya Huang <[email protected]>
1 parent b5802e3 commit 8269121

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/docs/1.11.0/v2-data-engine/features/interrupt-mode.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Interrupt mode is particularly suitable for clusters with limited CPU resources
2929
- Longhorn v1.10.0 or later
3030
- V2 data engine enabled
3131
- 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.
3243

3344
## Configuration
3445

0 commit comments

Comments
 (0)