Skip to content

Releases: rightscale-cookbooks/ephemeral_lvm

Release v1.0.12

12 Feb 17:56
Compare
Choose a tag to compare

Allow to run from chef client.

  • run vgs command during converge instead of compile time

v1.0.11

29 Apr 22:49
Compare
Choose a tag to compare

v1.0.10

13 Apr 22:24
Compare
Choose a tag to compare
  • 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

08 Apr 21:49
Compare
Choose a tag to compare
  • Run 'wipefs' on each ephemeral disk erasing any filesystem signatures, avoiding user interaction during lvm commands.

v1.0.8

15 Oct 18:34
Compare
Choose a tag to compare
  • Add testing for support of Ubuntu 14.04, CentOS 7.0, and RedHat Enterprise Linux 7.0.

v1.0.7

06 Jun 17:39
Compare
Choose a tag to compare
  • Set the fs_passno field to 0 in /etc/fstab to inform fsck that the filesystem used by the ephemeral volumes should not be checked after stop/start.

v1.0.6

23 May 23:55
Compare
Choose a tag to compare
  • #19: Do not automatically mount the ephemeral LVM since ephemeral volumes are actually ephemeral and will not come back after stop/start.

v1.0.5

30 Apr 23:21
Compare
Choose a tag to compare
  • Changed a misleading error message where no ephemeral disks were found.
  • Update lvm cookbook dependency to 1.1.x.

v1.0.4

27 Feb 07:55
Compare
Choose a tag to compare
  • Pull Request #13: Fixed a bug where fix_device_mapping was returning the output of Chef::Log.warn instead of nil if it could not find the ephemeral device (@autrejacoupa)

v1.0.3

18 Feb 06:05
Compare
Choose a tag to compare
  • Pull Request #9: Debian is now added as a supported platform (@drywheat)
  • Make sure cloud specific node area is available before accessing it
  • Pull Request #11: Added support for all EC2 instance types (@drywheat)