1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 05:55:44 +02:00

pvesm: add page (#17490)

This commit is contained in:
Managor 2025-08-06 19:16:23 +03:00 committed by GitHub
parent 5d4b34f736
commit b8df5d15cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/linux/pvesm.md Normal file
View file

@ -0,0 +1,20 @@
# pvesm
> Manage Proxmox storage.
> More information: <https://pve.proxmox.com/pve-docs/pvesm.1.html>.
- 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}}`