Skip to content

Latest commit

 

History

History
107 lines (72 loc) · 2.72 KB

File metadata and controls

107 lines (72 loc) · 2.72 KB

ephemeral_lvm Cookbook CHANGELOG

This file is used to list changes made in each version of the ephemeral_lvm cookbook.

v1.0.16

  • addressed GCE "LOCAL-SSD" type for ephemeral drives

v1.0.15

  • fixed gce ephemeral storage detection

v1.0.14

  • Setting type of "ephemeral_lvm/mount_point_properties" to hash in metadata.rb

v1.0.13

  • update lvm cookbook to 1.6.1
  • Removes static options from LVM mounting

v1.0.12

  • run vgs command during converge instead of compile time

v1.0.11

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

  • Run 'wipefs' on each ephemeral disk erasing any filesystem signatures, avoiding user interaction during lvm commands.

v1.0.8

  • Add testing for support of Ubuntu 14.04, CentOS 7.0, and RedHat Enterprise Linux 7.0.

v1.0.7

  • 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

  • #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

  • 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 of Chef::Log.warn instead of nil if it could not find the ephemeral device (@autrejacoupa)

v1.0.3

  • 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)

v1.0.2

  • Updated README

v1.0.1

  • Pull Request #3: Fixed a bug where log resource was used inline in a library (@juliandunn)

v1.0.0

  • Initial release