From: Tom Hughes Date: Tue, 26 Apr 2016 18:13:43 +0000 (+0100) Subject: Install lvm2 tools everywhere X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/87774170bfd5acc624344a503d9bbcc1e88354ba?ds=sidebyside Install lvm2 tools everywhere Without this the ohai hardware plugin may fail while trying to enumerate any logical volumes. --- diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 31770b50f..d58523af1 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -33,6 +33,7 @@ package "numactl" package "xfsprogs" package "sysv-rc-conf" package "iotop" +package "lvm2" if node[:lsb][:release].to_f <= 11.04 package "lslk"