Skip to content

Instantly share code, notes, and snippets.

@skarllot
Created November 28, 2012 12:48
Show Gist options
  • Save skarllot/4161018 to your computer and use it in GitHub Desktop.
Save skarllot/4161018 to your computer and use it in GitHub Desktop.
LVM filter to ignore LVM-over-LVM (especially for Openfiler and Xen)
# /etc/lvm/lvm.conf
. . .
filter = [ "r|/dev/dm-*|", "r|/dev/vg*|", "r|/dev/mapper/*|", "a/.*/" ]
. . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment