From b8df5d15cdac02ad5346da859456c38763d5ee10 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:16:23 +0300 Subject: [PATCH] pvesm: add page (#17490) --- pages/linux/pvesm.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pvesm.md diff --git a/pages/linux/pvesm.md b/pages/linux/pvesm.md new file mode 100644 index 0000000000..f4282d1821 --- /dev/null +++ b/pages/linux/pvesm.md @@ -0,0 +1,20 @@ +# pvesm + +> Manage Proxmox storage. +> More information: . + +- Get status for all datastores: + +`pvesm status` + +- List storage contents: + +`pvesm list {{storage_name}}` + +- Add a directory storage: + +`pvesm add dir {{storage_name}} --path {{path/to/directory}}` + +- Remove a storage: + +`pvesm remove {{storage_name}}`