Add keywords 'mirror' and 'stripe' when not in kernel mode.
This commit is contained in:
parent
3a08d2dabc
commit
02e0501916
@ -112,6 +112,8 @@ enum keyword {
|
||||
kw_detached,
|
||||
#ifdef VINUMDEBUG
|
||||
kw_debug, /* go into debugger */
|
||||
kw_stripe,
|
||||
kw_mirror,
|
||||
#endif
|
||||
kw_info,
|
||||
kw_quit,
|
||||
|
@ -123,6 +123,8 @@ struct _keywords keywords[] =
|
||||
#ifndef KERNEL /* for vinum(8) only */
|
||||
#ifdef VINUMDEBUG
|
||||
keypair(debug),
|
||||
keypair(stripe),
|
||||
keypair(mirror),
|
||||
#endif
|
||||
#endif
|
||||
keypair(attach),
|
||||
|
Loading…
Reference in New Issue
Block a user