Skip to content

docs(talos): add LVM provisioning and management docs#626

Merged
talos-bot merged 1 commit into
siderolabs:mainfrom
shanduur:lvm
Jun 29, 2026
Merged

docs(talos): add LVM provisioning and management docs#626
talos-bot merged 1 commit into
siderolabs:mainfrom
shanduur:lvm

Conversation

@shanduur

Copy link
Copy Markdown
Member

New LVM page: volume groups, logical volumes, raw volume backings, inspect/remove.
Cross-references from disk-management pages. Nav entry in talos-v1.14.yaml.

Signed-off-by: Mateusz Urbanek mateusz.urbanek@siderolabs.com

talosctl get disks -o yaml
```

Then create a `UserVolumeConfig` of type `disk` and match that symlink:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm thinking we could get this PR first, which regenerates the Talosctl reference #606. It includes the reference for UserVolumeConfig, and then we could link to it directly from here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

That one's merged, so it should now be possible to link to reference.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

These href tags don't seem to not render properly in the generated site (make preview)
image

I think we can just use the basic MD hyperlink syntax, but the URL needs to be fixed as well. We can link to the same-version talosctl reference without specifying the version in the path:

-Then create a <a href={`../../talos/${version}/reference/configuration/block/uservolumeconfig`}>UserVolumeConfig</a> of type `disk` and match that symlink:
+Then create a [UserVolumeConfig](../../../reference/configuration/block/uservolumeconfig) of type `disk` and match that symlink:
image

The site generator will resolve the appropriate absolute URL.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same for the other occurrences: LVMVolumeGroupConfig, LVMLogicalVolumeConfig.

@smira smira left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

New LVM page: volume groups, logical volumes, raw volume backings, inspect/remove.
Cross-references from disk-management pages. Nav entry in talos-v1.14.yaml.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
@shanduur

Copy link
Copy Markdown
Member Author

/m

@talos-bot talos-bot merged commit fc7c267 into siderolabs:main Jun 29, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in Planning Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants