mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 23:56:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Get status for all datastores:
|
||||
|
||||
`pvesm status`
|
||||
`pvesm {{[st|status]}}`
|
||||
|
||||
- List storage contents:
|
||||
|
||||
`pvesm list {{storage_name}}`
|
||||
`pvesm {{[l|list]}} {{storage_name}}`
|
||||
|
||||
- Add a directory storage:
|
||||
|
||||
`pvesm add dir {{storage_name}} --path {{path/to/directory}}`
|
||||
`pvesm add {{[d|dir]}} {{storage_name}} --path {{path/to/directory}}`
|
||||
|
||||
- Remove a storage:
|
||||
|
||||
`pvesm remove {{storage_name}}`
|
||||
`pvesm {{[r|remove]}} {{storage_name}}`
|
||||
|
||||
Reference in New Issue
Block a user