Releases: rightscale-cookbooks/ephemeral_lvm
Releases · rightscale-cookbooks/ephemeral_lvm
Release v1.0.12
Allow to run from chef client.
- run vgs command during converge instead of compile time
v1.0.11
- Issue gregsymons/di-ruby-lvm-attrib#22 has been fixed so workaround can be removed.
v1.0.10
- Due to issue gregsymons/di-ruby-lvm-attrib#22, updated gem added to cookbook to allow use with RHEL/CentOS 7.1.
- Updated lvm cookbook dependency version to 1.3.6.
v1.0.9
v1.0.8
- Add testing for support of Ubuntu 14.04, CentOS 7.0, and RedHat Enterprise Linux 7.0.
v1.0.7
v1.0.6
v1.0.5
- Changed a misleading error message where no ephemeral disks were found.
- Update lvm cookbook dependency to
1.1.x
.
v1.0.4
- Pull Request #13: Fixed a bug where
fix_device_mapping
was returning the output ofChef::Log.warn
instead ofnil
if it could not find the ephemeral device (@autrejacoupa)