Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdk: update linux kernel version requirement #748

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions content/docs/1.5.0/spdk/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ weight: 2

## Prerequisites

Longhorn nodes must meet the following requirements:

- x86-64 CPU with SSE4.2 instruction support
> NOTICE
> **NOTICE**
>
> Currently, V2 Data Engine only supports `x86_64` platform.

- Required linux kernel modules
- Linux kernel

5.13 or later is required for NVMe over TCP support
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 5.13+? any critical fixes for that or the following versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are many bug fixes in older versions and mayastor also encounter issues in old kernel
We can use 5.13 for safety.

https://github.com/openebs/mayastor/releases



- Linux kernel modules
- uio
- uio_pci_generic
- nvme-tcp
Expand Down