aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2010-04-23 16:20:45 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2010-04-23 16:20:45 +0000
commitc18d4b44cc476419bc97be0685064ec53f1b426b (patch)
treea2c37faafd01f2cc58bf06e8f196777decbf8611
parentdec20309828da6cba74e291be1ae2bd085452502 (diff)
Notes
-rw-r--r--sbin/geom/class/multipath/geom_multipath.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c
index 4319d0421c2a..ab91e2d884ca 100644
--- a/sbin/geom/class/multipath/geom_multipath.c
+++ b/sbin/geom/class/multipath/geom_multipath.c
@@ -62,6 +62,14 @@ struct g_command class_commands[] = {
"clear", G_FLAG_VERBOSE, mp_main, G_NULL_OPTS,
NULL, "[-v] prov ..."
},
+ {
+ "rotate", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
+ NULL, "[-v] prov ..."
+ },
+ {
+ "getactive", G_FLAG_VERBOSE, NULL, G_NULL_OPTS,
+ NULL, "[-v] prov ..."
+ },
G_CMD_SENTINEL
};