rightscale-cookbooks / ephemeral_lvm

Configures available ephemeral devices on a cloud server
http://community.opscode.com/cookbooks/ephemeral_lvm
Other
13 stars 16 forks source link

`ephemeral_lvm/logical_volume_size` attribute description should mention what format is used #24

Closed lopaka closed 8 years ago

lopaka commented 10 years ago

The description should mention that syntax used with --extents flag is used:

attribute "ephemeral_lvm/logical_volume_size",
  :display_name => "Ephemeral LVM Logical Volume Size",
  :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"