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}}`