mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
450 B
450 B
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}}