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

Additional device support #68

Closed caryp closed 6 years ago

caryp commented 6 years ago

This does not directly fix #65 , but it does allow you to specify devices to include in LVM via attributes. For example:

node.override['ephemeral_lvm']['additonal_devices'] = [ "/dev/nvme0n1" ]
include_recipe 'ephemeral_lvm'
rshade commented 6 years ago

@caryp you cool with me pulling this into a separate branch and fixing up the tests?

caryp commented 6 years ago

Absolutely! Thanks, @rshade !! Hope you are well :)

rshade commented 6 years ago

I am indeed, Hope you are well also.