docs: add longhorn v2 data engine installation guide#620
Merged
talos-bot merged 2 commits intoJun 26, 2026
Conversation
| kubectl label namespace longhorn-system pod-security.kubernetes.io/enforce=privileged | ||
| ``` | ||
|
|
||
| ## Step 3: Install Longhorn with Helm |
Member
There was a problem hiding this comment.
where is this information?
Member
Author
There was a problem hiding this comment.
I did not add a link to this page since we also don't do that for other solutions
https://longhorn.io/docs/1.12.0/deploy/install/#pod-security-policy
Iheanacho-ai
approved these changes
Jun 26, 2026
Expand the Longhorn guide to cover both the V1 and V2 data engines using tabs. The V2 path documents the SPDK-based engine, including provisioning a raw block device via RawVolumeConfig, enabling huge pages and the required kernel modules, and registering the block-type disk with Longhorn. Also refresh the V1 path to use a non-system NVMe disk selector and link out to the relevant Talos reference docs. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
Replaces the verbose system extension setup instructions with a concise reference to a pre-built schematic ID, making it easier for users to provision nodes with the required extensions. Adds direct links to the Talos UserVolumeConfig and RawVolumeConfig reference documentation, and clarifies the V1 Data Engine introduction to match the structure used for V2. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
277ab67 to
b054c87
Compare
Member
Author
|
/m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expand the Longhorn guide to cover both the V1 and V2 data engines using tabs. The V2 path documents the SPDK-based engine, including provisioning a raw block device via RawVolumeConfig, enabling huge pages and the required kernel modules, and registering the block-type disk with Longhorn. Also refresh the V1 path to use a non-system NVMe disk selector and link out to the relevant Talos reference docs.