Resource: proxmox_storage_lvm¶
Manages LVM-based storage in Proxmox VE.
Schema¶
Required¶
id(String) The unique identifier of the storage.volume_group(String) The name of the volume group to use.
Optional¶
content(Set of String) The content types that can be stored on this storage. Valid values:backup(VM backups),images(VM disk images),import(VM disk images for import),iso(ISO images),rootdir(container root directories),snippets(cloud-init, hook scripts, etc.),vztmpl(container templates).disable(Boolean) Whether the storage is disabled.nodes(Set of String) A list of nodes where this storage is available.shared(Boolean) Whether the storage is shared across all nodes.wipe_removed_volumes(Boolean) Whether to zero-out data when removing LVMs.