1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00
lvm2/lib
Joe Thornber 4ab20322fe 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
..
activate vgchange 2001-10-16 16:25:28 +00:00
config standardise some log messages 2001-10-10 16:36:32 +00:00
datastruct o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
device o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
display pvdisplay 2001-10-18 16:55:19 +00:00
filters o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
format1 pvdisplay 2001-10-18 16:55:19 +00:00
log standardise some log messages 2001-10-10 16:36:32 +00:00
metadata vgextend 2001-10-15 22:04:27 +00:00
mm vgchange 2001-10-16 16:25:28 +00:00
regex o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
uuid o pvcreate 2001-10-12 10:32:06 +00:00
Makefile.in o Filter for the dev cache that takes values from config file: 2001-10-19 18:20:37 +00:00
README o initial subdir population 2001-08-15 16:20:46 +00:00

Base library directory