rcbops / chef-cookbooks

RCB OPS - Chef Cookbooks
Other
118 stars 102 forks source link

Need LVM Filter on compute nodes #971

Open rpawlik opened 10 years ago

rpawlik commented 10 years ago

Guys,

We need to have an LVM filter on the computes nodes:

#filter = [ "a/.*/" ]
filter = [ "a|^/dev/sda.*$|", "r/.*/" ]

LVM on the compute node will currently scan everything for LVM metadata and it ends up picking up Cinder volumes that are exported to instances.

claco commented 10 years ago

Likely already covered in the v4.2.3rc fixes? https://github.com/rcbops/chef-cookbooks/issues/903

rpawlik commented 10 years ago

That's just going to set the filter on the cinder nodes. It needs to also be set on the compute nodes.

claco commented 10 years ago

Ah, good point. Updated in the x9.x issue as well. Thanks for the heads up.