mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 04:35:44 +02:00
pvesm: add page (#17490)
This commit is contained in:
parent
5d4b34f736
commit
b8df5d15cd
1 changed files with 20 additions and 0 deletions
20
pages/linux/pvesm.md
Normal file
20
pages/linux/pvesm.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue