Date: Sun, 4 May 2003 22:25:49 -0700 (PDT) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum list.c Message-ID: <200305050525.h455Pntc029427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305050525.h455Pntc029427>