mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 04:01:39 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/pvesm
Normal file
25
tldr/linux/pvesm
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user