From cf98381d48dba395bfcd2d99300bc0e333c04f83 Mon Sep 17 00:00:00 2001 From: Arsolitt Date: Thu, 23 Apr 2026 12:30:13 +0300 Subject: [PATCH] docs(kubernetes): document automatic block size matching for worker node disks Signed-off-by: Arsolitt --- packages/apps/kubernetes/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/apps/kubernetes/README.md b/packages/apps/kubernetes/README.md index a015b76e..809f2a26 100644 --- a/packages/apps/kubernetes/README.md +++ b/packages/apps/kubernetes/README.md @@ -63,6 +63,9 @@ Deploying it involves the following components: - **Worker Nodes**: Virtual Machines are provisioned to serve as worker nodes using KubeVirt. These nodes are configured to join the tenant Kubernetes cluster, enabling the deployment and management of workloads. + Worker node disks automatically detect and match the underlying volume's block size + (`blockSize.matchVolume`) to ensure compatibility with storage backends that use + non-512-byte sectors, such as LINSTOR DRBD with 4Kn drives. - **Cluster API**: Cozystack is using the [Kubernetes Cluster API](https://cluster-api.sigs.k8s.io/) to provision the components of a cluster.