cvs commit: src/sbin/vinum list.c
Greg Lehey
grog at FreeBSD.org
Sun May 4 22:25:50 PDT 2003
grog 2003/05/04 22:25:49 PDT
FreeBSD src repository
Modified files:
sbin/vinum list.c
Log:
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.
Revision Changes Path
1.39 +7 -3 src/sbin/vinum/list.c
More information about the cvs-src
mailing list