puppetlabs-lvm icon indicating copy to clipboard operation
puppetlabs-lvm copied to clipboard

Puppet Module to manage LVM

Results 51 puppetlabs-lvm issues
Sort by recently updated
recently updated
newest added

I have created an option to resize the logical volume by setting the extents. To use this option, the new parameter resize_extents must be set to true. It cannot be...

This change allows the use of `physical_volume` as argument to `logical_volume` so that the new lv will be created on a specific physical volume even if the volume group consists...

Code requiring lvm commands was moved into the setcode block as the confine statement is not applied to this code otherwise, causing the facter run to fail on systems where...

* Activate volume group automaticaly * Use json format for pvs/vgs/lvs report format (in facter) * Removes $manage_pkg parameter and install lvm2 package if not already defined

FM-8455 / #240 ported tests over to Litmus but, prior to this PR, they are not actually used. The goal of this PR is to enable the acceptance test suite.

This update is to add some error checking, and get the AIX implementation of LVM more inline with Linux distros. I have added some AIX params that are needed for...

since last tag was long time....

## Summary Allow modifying the physical extent size when creating new volume groups. ## Related Issues (if any) Essentially replaces #332 ## Checklist - [x] 🟢 Spec tests. - [x]...

feature