From a85afd1641fba336e8d844bcb55e9cc384229237 Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Sat, 4 Apr 2009 00:29:49 +0200 Subject: [PATCH] [multipathd] actually propose restorequeuing et disablequeuing in CLI this bit was missing from the forward-port --- multipathd/cli.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.7.4