From 7016412da5a6be9ea6a6a159932993ca5dc3cb5f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 28 Nov 2025 13:44:01 +0200 Subject: [PATCH] pvesh: add storage addition example (#19644) Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --- pages/linux/pvesh.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/pvesh.md b/pages/linux/pvesh.md index 28bcc7f633..d8d1c52ec4 100644 --- a/pages/linux/pvesh.md +++ b/pages/linux/pvesh.md @@ -18,3 +18,7 @@ - Display API path usage instructions: `pvesh {{[u|usage]}} {{/pools}}` + +- Add a new thinpool to Proxmox: + +`pvesh create /storage --storage {{storage_id}} --vgname {{volume_group}} --type lvmthin --thinpool {{thinpool_name}} --content {{content_type1,content_type2,...}}`