From f7ecd2a5c4b90cabb2e31438929597e990cfb237 Mon Sep 17 00:00:00 2001 From: Richard Shade Date: Mon, 19 Sep 2016 15:51:47 -0500 Subject: [PATCH] Closes #24, adding description --- CHANGELOG.md | 3 ++- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8dbb2..6c4d9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,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 \ No newline at end of file diff --git a/metadata.rb b/metadata.rb index 699c654..846c11a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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"