docs(talos): add LVM provisioning and management docs#626
Conversation
| talosctl get disks -o yaml | ||
| ``` | ||
|
|
||
| Then create a `UserVolumeConfig` of type `disk` and match that symlink: |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
That one's merged, so it should now be possible to link to reference.
There was a problem hiding this comment.
These href tags don't seem to not render properly in the generated site (make preview)

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:
The site generator will resolve the appropriate absolute URL.
There was a problem hiding this comment.
Same for the other occurrences: LVMVolumeGroupConfig, LVMLogicalVolumeConfig.
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>
|
/m |
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