From 0b500ca37768d0c8775848ccd1c9e44018f15535 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Apr 2025 10:22:26 +0200 Subject: [PATCH] docs: Disk pass-through (#960) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ced1988..9b484e1 100644 --- a/readme.md +++ b/readme.md @@ -129,10 +129,10 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m ```yaml devices: - - /dev/sdc:/disk1 + - /dev/sdb2:/disk1 ``` - Replace `/dev/sdc` with the name of the disk. It needs to be totally empty (without any partition table) otherwise DSM does not always format it into a volume. + Replace `/dev/sdb2` with the name of the partition you want to use. Make sure it's totally empty (without any filesystem), otherwise DSM may not format it as a volume. ### How do I change the amount of CPU or RAM?