From f5fe4a5cbaabfd09b23db586a5af4d6480a1d4c5 Mon Sep 17 00:00:00 2001 From: fhoekstra <32362869+fhoekstra@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:18:53 +0100 Subject: [PATCH] Do not use "ceph" in partition label because then it cannot be used as an OSD block device. See: https://github.com/ceph/ceph/blob/7efd3112b985173e941686b90b171709880e9731/src/ceph-volume/ceph_volume/util/device.py#L449 Signed-off-by: fhoekstra <32362869+fhoekstra@users.noreply.github.com> --- .../v1.11/reference/configuration/block/rawvolumeconfig.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/talos/v1.11/reference/configuration/block/rawvolumeconfig.mdx b/public/talos/v1.11/reference/configuration/block/rawvolumeconfig.mdx index 13efe32d..95a0807b 100644 --- a/public/talos/v1.11/reference/configuration/block/rawvolumeconfig.mdx +++ b/public/talos/v1.11/reference/configuration/block/rawvolumeconfig.mdx @@ -20,7 +20,7 @@ Do not edit manually. For more information, see https://github.com/siderolabs/do ```yaml apiVersion: v1alpha1 kind: RawVolumeConfig -name: ceph-data # Name of the volume. +name: osd-data # Name of the volume. # The provisioning describes how the volume is provisioned. provisioning: # The disk selector expression.