From 205aff8af1b59ed299ebb603af8392373af07729 Mon Sep 17 00:00:00 2001 From: schmidt-scaled <82834682+schmidt-scaled@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:12:10 +0200 Subject: [PATCH] Update linux-block-devices.md --- docs/non-kubernetes/installation/linux-block-devices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/non-kubernetes/installation/linux-block-devices.md b/docs/non-kubernetes/installation/linux-block-devices.md index 74aa3903..13aa2e14 100644 --- a/docs/non-kubernetes/installation/linux-block-devices.md +++ b/docs/non-kubernetes/installation/linux-block-devices.md @@ -50,17 +50,17 @@ mutually exclusive: ```bash title="Selecting block devices by name" sudo {{ cliname }} storage-node configure \ - --lblk --blk-names sdb,sdc --max-lvol 50 + --lblk --blk-names sdb,sdc --max-subsystem 50 ``` ```bash title="Selecting all eligible block devices except some" sudo {{ cliname }} storage-node configure \ - --lblk --blk-names-exclude sda --max-lvol 50 + --lblk --blk-names-exclude sda --max-subsystem 50 ``` ```bash title="Selecting block devices by serial number or WWN" sudo {{ cliname }} storage-node configure \ - --lblk --blk-serials S3EVNX0M602707,S3EVNX0M602708 --max-lvol 50 + --lblk --blk-serials S3EVNX0M602707,S3EVNX0M602708 --max-subsystem 50 ``` A requested device that is busy (mounted, held, or otherwise ineligible) is an error. The @@ -78,7 +78,7 @@ eligible with `--force` at configuration time: ```bash title="Including a partitioned block device in the selection" sudo {{ cliname }} storage-node configure \ - --lblk --blk-names sdb --force --max-lvol 50 + --lblk --blk-names sdb --force --max-subsystem 50 ``` The wipe itself happens later, at node addition, where it has to be requested explicitly with