puppetlabs-lvm
puppetlabs-lvm copied to clipboard
Puppet Module to manage LVM
## Describe the Bug In documentation for AIX we have nodename parametre, but this one is not save in filesystem file. ## Steps to Reproduce puppet exemple for AIX 7.1...
## Describe the Bug A clear and concise description of what the bug is. Currently the lvm2 is updated, as a result, lvcreate command required manual confirmation of signature wiping....
## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...
## Use Case if the size of the block device behind a PV is changed, the blk device size change is notices correctly by the os, but the pv will...
Hi, would it be possible to release a new version of the module that includes updates from https://github.com/puppetlabs/puppetlabs-lvm/commit/e1c93fd8e085795ba4a9d7884afbd695947d0ebb? Thanks! @bastelfreak
## Summary 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...
## Summary VG extent_size was added to the type/provider. The type implementation in lvm::volume_groups needs adoption to make use of the new property. ## Checklist - [x] 🟢 Spec tests....
## Describe the Bug Error while evaluating a Resource Statement, Lvm::Logical_volume[db2backupslv]: has no parameter named 'yes_flag' (file: /etc/puppetlabs/code/environments/ccombs/modules/lvm/manifests/volume_group.pp ## Expected Behavior yes_flag to work when passing logvol parameters in. ##...
## Use Case We've recently upgraded the LVM module to get access to the unless_vg setting for physical volumes within hieradata. Formerly the hieradata would have been physical_volumes: - /dev/sdb...
## Summary Before data types were introduced in commit 83efe16, it was possible to pass an array of physical volumes to the `$lvm::volume::pv` parameter. This commit updates the type of...