mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 08:55:51 +02:00
20 lines
356 B
Markdown
20 lines
356 B
Markdown
# 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}}`
|