summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/vinum/geom_vinum_share.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c
index e87fd68..ec97c5e 100644
--- a/sys/geom/vinum/geom_vinum_share.c
+++ b/sys/geom/vinum/geom_vinum_share.c
@@ -525,7 +525,8 @@ gv_new_plex(int max, char *token[])
break;
}
p->state = gv_plexstatei(token[j]);
- } else if (!strcmp(token[j], "vol")) {
+ } else if (!strcmp(token[j], "vol") ||
+ !strcmp(token[j], "volume")) {
j++;
if (j >= max) {
errors++;
OpenPOWER on IntegriCloud