1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Joe Thornber 291ec3b6c0 o Filter for the dev cache that takes values from config file:
devices {

        # first match is final, eg.  /dev/ide/cdrom
		        # get's rejected due to the first pattern

					filter=["r/cdrom/",         # don't touch the music !
							"a/hd[a-d][0-9]+/",
							"a/ide/",
							"a/sd/",
							"a/md/",
							"a|loop/[0-9]+|", # accept devfs style loop back
							"r/loop/",        # and reject old style
							"a/dasd/",
							"a/dac960/",
							"a/nbd/",
							"a/ida/",
							"a/cciss/",
							"a/ubd/",
							"r/.*/"] # reject all others
}


Alasdair this is ready to roll into the tools now.
2001-10-19 18:20:37 +00:00
autoconf o initial subdir population 2001-08-15 16:20:46 +00:00
doc o initial subdir population 2001-08-15 16:20:46 +00:00
driver o Remove unused variable. 2001-10-18 15:59:25 +00:00
include o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
lib o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
libdm/datastruct o code sync for dev-cache.c 2001-10-03 11:06:31 +00:00
man lvactivate checkpoint commit 2001-09-25 12:49:28 +00:00
old-tests o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
scripts o initial subdir population 2001-08-15 16:20:46 +00:00
tools pvdisplay 2001-10-18 16:55:19 +00:00
configure o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
configure.in o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
make.tmpl.in makefile support for tests 2001-10-04 12:07:29 +00:00
Makefile.in Create symlinks to .h files in an include directory 2001-10-01 13:36:54 +00:00
README o Basic README.. 2001-08-15 15:59:38 +00:00

This is pretty much empty so far...if you can't see subdirectories,
try 'cvs -f update'