File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/docs/1.10.1/v2-data-engine/features Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,19 @@ 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.
43+
44+ For more information, see the official [SPDK documentation](https://spdk.io/doc/system_configuration.html).
3245
3346# # Configuration
3447
You can’t perform that action at this time.
0 commit comments