Skip to content

ome/ansible-role-lvm-partition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LVM Partition

Actions Status Ansible Role

Additional LVM logical volumes to be created and mounted.

Existing LVs will be resized.

Role Variables

These variables must be defined (defaults aren't provided):

  • lvm_vgname: LVM volume group for the logical volume
  • lvm_lvname: Logical volume name, use [A-Aa-z0-9]+ to avoid problems
  • lvm_lvmount: Where the partition should be mounted
  • lvm_lvsize: Size of the partition
  • lvm_lvfilesystem: filesystem for partitions which need to be formatted

Optional variables:

  • lvm_shrink: Shrink if current size is higher than size requested (default: True)
  • lvm_lvopts: Logical volume creation options (default: None)

Author Information

ome-devel@lists.openmicroscopy.org.uk