docs: update storage.md

A small typo fix.

Signed-off-by: adilTepe <104206649+adilTepe@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
adilTepe 2024-09-25 18:47:19 +02:00 committed by Andrey Smirnov
parent 4ab8dee69a
commit ea7bf9fb43
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -142,7 +142,7 @@ https://github.com/piraeusdatastore/kubectl-linstor
Or use [krew](https://krew.sigs.k8s.io/): `kubectl krew install linstor`
```sh
# Create device pool on a blank (no partitation table!) disk on node01
# Create device pool on a blank (no partition table!) disk on node01
kubectl linstor physical-storage create-device-pool --pool-name nvme_lvm_pool LVM node01 /dev/nvme0n1 --storage-pool nvme_pool
```