mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
pvesm-add: add page (#23345)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# pvesm add
|
||||
|
||||
> Add storages.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pvesm.1.html#cli_pvesm_add>.
|
||||
|
||||
- Add a directory storage:
|
||||
|
||||
`pvesm {{[ad|add]}} dir {{storage_name}} --path {{path/to/directory}}`
|
||||
|
||||
- Add an LVM storage:
|
||||
|
||||
`pvesm {{[ad|add]}} lvm {{storage_name}} --vgname {{volume_group_name}}`
|
||||
|
||||
- Add an LVM-Thin storage:
|
||||
|
||||
`pvesm {{[ad|add]}} lvmthin {{storage_name}} --vgname {{volume_group_name}} --thinpool {{logical_volume_name}}`
|
||||
Reference in New Issue
Block a user