Proxmox CLI "storage management"
Proxmox CLI "storage management"
Create a new storage.
1
pvesm add <type> <storage> [OPTIONS]
Allocate disk images.
1
pvesm alloc <storage> <vmid> <filename> <size> [OPTIONS]
Delete volume
1
pvesm free <volume> [OPTIONS]
Delete storage configuration.
1
pvesm remove <storage>
List storage content.
1
pvesm list <storage> [OPTIONS]
An alias for pvesm scan lvm.
1
pvesm lvmscan
An alias for pvesm scan lvmthin.
1
pvesm lvmthinscan
List local LVM volume groups.
1
pvesm scan lvm
List local LVM Thin Pools.
1
pvesm scan lvmthin <vg>
Get status for all datastores.
1
pvesm status [OPTIONS]
This post is licensed under CC BY 4.0 by the author.