Add "preferred" keyword.
This commit is contained in:
parent
8b2087987e
commit
3f49535d38
@ -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,
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user