Add "preferred" keyword.

This commit is contained in:
Greg Lehey 2003-05-05 05:35:28 +00:00
parent 8b2087987e
commit 3f49535d38
2 changed files with 7 additions and 0 deletions

View File

@ -95,7 +95,13 @@ enum keyword {
kw_v,
kw_w,
kw_round, /* round robin */
/*
* The first of these is a volume attibute ("prefer plex"), and the
* second is a plex attribute ("preferred" means that the volume
* prefers this plex).
*/
kw_prefer, /* prefer plex */
kw_preferred, /* preferred plex */
kw_device,
kw_init,
kw_label,

View File

@ -114,6 +114,7 @@ struct _keywords keywords[] =
keypair(state),
keypair(round),
keypair(prefer),
keypair(preferred),
keypair(rename),
keypair(detached),
#ifndef _KERNEL /* for vinum(8) only */