freebsd-skq/sbin/vinum
Greg Lehey 48f14420c5 Finally implement read policies. The previous "implementation" didn't
work because it referred to plexes which were almost invariably when
referred to.  Instead, deprecate the "prefer" keyword for volumes
(though it's still there for the moment) and add a keyword "preferred"
to the plex definition.  The relationship is like this:

Old:

  vol foo ... prefer foo.p3

New:

  plex foo.p3 volume foo preferred

printconfig: Print out the "preferred" keyword for plexes where
	     appropriate.

	     Still print out "prefer" for volumes.  The kernel module
	     continues to accept this version, but it's probably not
	     going to live much longer.
2003-05-05 05:25:49 +00:00
..
commands.c Rewrite of startup code: 2003-05-04 05:13:17 +00:00
list.c Finally implement read policies. The previous "implementation" didn't 2003-05-05 05:25:49 +00:00
Makefile Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be able 2003-05-01 07:19:29 +00:00
v.c Move most #includes to vext.h. 2003-05-01 01:39:42 +00:00
vext.h Add the #includes previously in individual .c files. 2003-05-01 01:40:16 +00:00
vinum.8 english(4) police. 2002-12-27 12:15:40 +00:00