[multipathd] actually propose restorequeuing et disablequeuing in CLI
authorChristophe Varoqui <christophe.varoqui@free.fr>
Fri, 3 Apr 2009 22:29:49 +0000 (00:29 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Fri, 3 Apr 2009 22:29:49 +0000 (00:29 +0200)
this bit was missing from the forward-port

multipathd/cli.c

index fb42e1e..923529c 100644 (file)
@@ -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);