summaryrefslogtreecommitdiff
path: root/multipathd
diff options
context:
space:
mode:
authorChristophe Varoqui <christophe.varoqui@free.fr>2009-04-04 00:29:49 +0200
committerChristophe Varoqui <christophe.varoqui@free.fr>2009-04-04 00:29:49 +0200
commita85afd1641fba336e8d844bcb55e9cc384229237 (patch)
treec164ffb1450fdb5ae3945f040c46304930e70be0 /multipathd
parent0b8689828a537b463592434e829833e508116eb3 (diff)
downloadmultipath-tools-a85afd1641fba336e8d844bcb55e9cc384229237.tar.gz
multipath-tools-a85afd1641fba336e8d844bcb55e9cc384229237.tar.bz2
multipath-tools-a85afd1641fba336e8d844bcb55e9cc384229237.zip
[multipathd] actually propose restorequeuing et disablequeuing in CLI
this bit was missing from the forward-port
Diffstat (limited to 'multipathd')
-rw-r--r--multipathd/cli.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/multipathd/cli.c b/multipathd/cli.c
index fb42e1e..923529c 100644
--- a/multipathd/cli.c
+++ b/multipathd/cli.c
@@ -433,6 +433,10 @@ cli_init (void) {
add_handler(SUSPEND+MAP, NULL);
add_handler(RESUME+MAP, NULL);
add_handler(RESIZE+MAP, NULL);
+ add_handler(DISABLEQ+MAP, NULL);
+ add_handler(RESTOREQ+MAP, NULL);
+ add_handler(DISABLEQ+MAPS, NULL);
+ add_handler(RESTOREQ+MAPS, NULL);
add_handler(REINSTATE+PATH, NULL);
add_handler(FAIL+PATH, NULL);
add_handler(QUIT, NULL);