Skip to content

Commit

Permalink
Merge pull request #54 from rightscale-cookbooks/lvm-2.1.2
Browse files Browse the repository at this point in the history
fixes #51, updating lvm cookbook to 2.1.2
  • Loading branch information
cdwilhelm committed Sep 19, 2016
2 parents 7b8df73 + f7ecd2a commit 9f5c7c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ ephemeral_lvm Cookbook CHANGELOG

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

v1.0.17
-------

- [#54][]: updating lvm cookbook to 2.1.2

v1.0.16
-------

Expand Down Expand Up @@ -102,6 +107,7 @@ v1.0.0
[#11]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/11
[#13]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/13
[#19]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/19
[#54]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/54
[@autrejacoupa]: https://github.com/autrejacoupa
[@drywheat]: https://github.com/drywheat
[@juliandunn]: https://github.com/juliandunn
[@juliandunn]: https://github.com/juliandunn
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
license 'Apache 2.0'
description 'Configures available ephemeral devices on a cloud server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.16'
version '1.0.17'

supports 'ubuntu'
supports 'centos'
supports 'debian'

depends 'lvm', '>= 1.6.1'
depends 'lvm', '>= 2.1.2'

recipe "ephemeral_lvm::default", "Sets up ephemeral devices on a cloud server"

Expand Down Expand Up @@ -46,7 +46,7 @@

attribute "ephemeral_lvm/logical_volume_size",
:display_name => "Ephemeral LVM Logical Volume Size",
:description => "The size to be used for the ephemeral LVM",
:description => "The size to be used for the ephemeral LVM. Syntax for 'lvcreate --extents' flag is used",
:default => "100%VG",
:recipes => ["ephemeral_lvm::default"],
:required => "optional"
Expand Down

0 comments on commit 9f5c7c1

Please sign in to comment.